메소드 |
설명 |
|
CreateThread ( CodeContext context, ThreadStart start ) : Thread |
|
|
GetStackSize ( CodeContext context ) : int |
|
|
PerformModuleReload ( IronPython.Runtime.PythonContext context, PythonDictionary dict ) : void |
|
|
SetStackSize ( CodeContext context, int stackSize ) : void |
|
|
allocate_lock ( ) : object |
|
|
start_new ( CodeContext context, object function, object args ) : object |
|
|
start_new_thread ( CodeContext context, object function, object args ) : object |
|
|
start_new_thread ( CodeContext context, object function, object args, object kwDict ) : object |
|
|