Method | Description | |
---|---|---|
clear_extension_cache ( CodeContext context ) : void |
Method | Description | |
---|---|---|
EnsureCallable ( CodeContext context, object @object, string message ) : void |
Throw TypeError with a specified message if object isn't callable.
|
|
EnsureModuleInitialized ( CodeContext context ) : void | ||
GetCode ( CodeContext context, object value ) : int |
Convert object to ushort, throwing ValueError on overflow.
|
|
GetDispatchTable ( CodeContext context ) : PythonDictionary | ||
GetExtensionCache ( CodeContext context ) : PythonDictionary | ||
GetExtensionRegistry ( CodeContext context ) : PythonDictionary | ||
GetInvertedRegistry ( CodeContext context ) : PythonDictionary | ||
PerformModuleReload ( IronPython.Runtime.PythonContext context, PythonDictionary dict ) : void | ||
__newobj__ ( CodeContext context, object cls ) : object | ||
_reconstructor ( CodeContext context, object objType, object baseType, object baseState ) : object | ||
add_extension ( CodeContext context, object moduleName, object objectName, object value ) : void | ||
constructor ( CodeContext context, object callable ) : void | ||
pickle ( CodeContext context, object type, object function, [ ctor ) : void | ||
pickle_complex ( CodeContext context, object complex ) : PythonTuple | ||
remove_extension ( CodeContext context, object moduleName, object objectName, object value ) : void |
public static clear_extension_cache ( CodeContext context ) : void | ||
context | CodeContext | |
return | void |