C# Class IronPython.Modules.PythonCopyReg

Mostrar archivo Open project: jschementi/iron

Public Methods

Method Description
clear_extension_cache ( CodeContext context ) : void

Private Methods

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

Method Details

clear_extension_cache() public static method

public static clear_extension_cache ( CodeContext context ) : void
context CodeContext
return void