Method | Description | |
---|---|---|
CreateScope ( ) : Scope | ||
GetFunctionCode ( bool register ) : |
||
Run ( ) : object | ||
Run ( Scope scope ) : object | ||
RuntimeScriptCode ( IronPython.Compiler.Ast.PythonAst ast, CodeContext codeContext ) : System |
Method | Description | |
---|---|---|
Compile ( ) : object>.Func |
||
EnsureCompiled ( ) : void | ||
InvokeTarget ( Scope scope ) : object | ||
OptimizedEvalWrapper ( |
public GetFunctionCode ( bool register ) : |
||
register | bool | |
return |
public RuntimeScriptCode ( IronPython.Compiler.Ast.PythonAst ast, CodeContext codeContext ) : System | ||
ast | IronPython.Compiler.Ast.PythonAst | |
codeContext | CodeContext | |
return | System |