Method | Description | |
---|---|---|
acquire_lock ( CodeContext context ) : void | ||
find_module ( CodeContext context, string name ) : PythonTuple | ||
find_module ( CodeContext context, string name, List path ) : PythonTuple | ||
get_frozen_object ( string name ) : object | ||
get_magic ( ) : string | ||
get_suffixes ( ) : List | ||
init_builtin ( CodeContext context, string name ) : object | ||
init_frozen ( string name ) : object | ||
is_builtin ( CodeContext context, string name ) : int | ||
is_frozen ( string name ) : bool | ||
load_compiled ( string name, string pathname ) : object | ||
load_compiled ( string name, string pathname, IronPython.Runtime.PythonFile file ) : object | ||
load_dynamic ( string name, string pathname ) : object | ||
load_dynamic ( string name, string pathname, IronPython.Runtime.PythonFile file ) : object | ||
load_module ( CodeContext context, string name, IronPython.Runtime.PythonFile file, string filename, PythonTuple description ) : object | ||
load_package ( CodeContext context, string name, string pathname ) : object | ||
load_source ( CodeContext context, string name, string pathname ) : object | ||
load_source ( CodeContext context, string name, string pathname, IronPython.Runtime.PythonFile file ) : object | ||
lock_held ( CodeContext context ) : bool | ||
release_lock ( CodeContext context ) : void | ||
reload ( CodeContext context, |
Method | Description | |
---|---|---|
BuiltinModuleTuple ( string name ) : PythonTuple | ||
CreateEmptyPackage ( CodeContext context, string name, string pathname ) : |
||
FindBuiltinOrSysPath ( CodeContext context, string name ) : PythonTuple | ||
FindModuleBuiltinOrPath ( CodeContext context, string name, List path ) : PythonTuple | ||
FindModulePath ( CodeContext context, string name, List path ) : PythonTuple | ||
GetLockCount ( CodeContext context ) : long | ||
LoadBuiltinModule ( CodeContext context, string name ) : object | ||
LoadPackageDirectory ( IronPython.Runtime.PythonContext context, string moduleName, string path ) : |
||
LoadPythonSource ( IronPython.Runtime.PythonContext context, string name, IronPython.Runtime.PythonFile file, string fileName ) : |
||
PerformModuleReload ( IronPython.Runtime.PythonContext context, PythonDictionary dict ) : void | ||
SetLockCount ( CodeContext context, long lockCount ) : void | ||
new_module ( CodeContext context, string name ) : |
public static acquire_lock ( CodeContext context ) : void | ||
context | CodeContext | |
return | void |
public static find_module ( CodeContext context, string name ) : PythonTuple | ||
context | CodeContext | |
name | string | |
return | PythonTuple |
public static find_module ( CodeContext context, string name, List path ) : PythonTuple | ||
context | CodeContext | |
name | string | |
path | List | |
return | PythonTuple |
public static get_frozen_object ( string name ) : object | ||
name | string | |
return | object |
public static init_builtin ( CodeContext context, string name ) : object | ||
context | CodeContext | |
name | string | |
return | object |
public static init_frozen ( string name ) : object | ||
name | string | |
return | object |
public static is_builtin ( CodeContext context, string name ) : int | ||
context | CodeContext | |
name | string | |
return | int |
public static is_frozen ( string name ) : bool | ||
name | string | |
return | bool |
public static load_compiled ( string name, string pathname ) : object | ||
name | string | |
pathname | string | |
return | object |
public static load_compiled ( string name, string pathname, IronPython.Runtime.PythonFile file ) : object | ||
name | string | |
pathname | string | |
file | IronPython.Runtime.PythonFile | |
return | object |
public static load_dynamic ( string name, string pathname ) : object | ||
name | string | |
pathname | string | |
return | object |
public static load_dynamic ( string name, string pathname, IronPython.Runtime.PythonFile file ) : object | ||
name | string | |
pathname | string | |
file | IronPython.Runtime.PythonFile | |
return | object |
public static load_module ( CodeContext context, string name, IronPython.Runtime.PythonFile file, string filename, PythonTuple description ) : object | ||
context | CodeContext | |
name | string | |
file | IronPython.Runtime.PythonFile | |
filename | string | |
description | PythonTuple | |
return | object |
public static load_package ( CodeContext context, string name, string pathname ) : object | ||
context | CodeContext | |
name | string | |
pathname | string | |
return | object |
public static load_source ( CodeContext context, string name, string pathname ) : object | ||
context | CodeContext | |
name | string | |
pathname | string | |
return | object |
public static load_source ( CodeContext context, string name, string pathname, IronPython.Runtime.PythonFile file ) : object | ||
context | CodeContext | |
name | string | |
pathname | string | |
file | IronPython.Runtime.PythonFile | |
return | object |
public static lock_held ( CodeContext context ) : bool | ||
context | CodeContext | |
return | bool |
public static release_lock ( CodeContext context ) : void | ||
context | CodeContext | |
return | void |
public static reload ( CodeContext context, |
||
context | CodeContext | |
scope | ||
return | object |