Method | Description | |
---|---|---|
FallbackConvert ( |
||
GetPythonType ( |
||
MetaPythonObject ( Expression expression, |
||
MetaPythonObject ( Expression expression, |
||
Restrict ( |
Method | Description | |
---|---|---|
GetGetMemberName ( |
||
GetMemberFallback ( |
||
MakeDelegateTarget ( |
Creates a target which creates a new dynamic method which contains a single dynamic site that invokes the callable object. TODO: This should be specialized for each callable object
|
Method | Description | |
---|---|---|
MakeTryGetTypeMember ( PythonContext PythonContext, |
||
MakeTryGetTypeMember ( PythonContext PythonContext, |
public FallbackConvert ( |
||
binder | ||
return |
protected static GetGetMemberName ( |
||
member | ||
return | string |
protected static GetMemberFallback ( |
||
self | ||
member | ||
codeContext | ||
return |
public static GetPythonType ( |
||
value | ||
return | IronPython.Runtime.Types.PythonType |
protected static MakeDelegateTarget ( |
||
action | ||
toType | ||
arg | ||
return |
public MetaPythonObject ( Expression expression, |
||
expression | Expression | |
restrictions | ||
return | System.Linq.Expressions |
public MetaPythonObject ( Expression expression, |
||
expression | Expression | |
restrictions | ||
value | object | |
return | System.Linq.Expressions |
public Restrict ( |
||
type | ||
return |