Method | Description | |
---|---|---|
warn ( CodeContext context, object message, [ category, [ stacklevel ) : void | ||
warn_explicit ( CodeContext context, object message, IronPython.Runtime.Types.PythonType category, string filename, int lineno, [ module, [ registry, [ module_globals ) : void |
Method | Description | |
---|---|---|
PerformModuleReload ( IronPython.Runtime.PythonContext context, PythonDictionary dict ) : void | ||
formatwarning ( object message, IronPython.Runtime.Types.PythonType category, string filename, int lineno, [ line ) : string | ||
showwarning ( CodeContext context, object message, IronPython.Runtime.Types.PythonType category, string filename, int lineno, [ file, [ line ) : void |
public static warn ( CodeContext context, object message, [ category, [ stacklevel ) : void | ||
context | CodeContext | |
message | object | |
category | [ | |
stacklevel | [ | |
return | void |
public static warn_explicit ( CodeContext context, object message, IronPython.Runtime.Types.PythonType category, string filename, int lineno, [ module, [ registry, [ module_globals ) : void | ||
context | CodeContext | |
message | object | |
category | IronPython.Runtime.Types.PythonType | |
filename | string | |
lineno | int | |
module | [ | |
registry | [ | |
module_globals | [ | |
return | void |