프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Empty |
메소드 | 설명 | |
---|---|---|
GetCombinedTargets ( |
Combines two methods, which came from two different binary types, selecting the method which has the best set of conversions (the conversions which result in the least narrowing).
|
|
GetSlotOrFunction ( PythonContext state, string op ) : |
||
ShouldWarn ( PythonContext context, |
||
SlotOrFunction ( |
||
SlotOrFunction ( DynamicMetaObject target ) : System.Linq.Expressions | ||
SlotOrFunction ( DynamicMetaObject target, |
메소드 | 설명 | |
---|---|---|
CheckAlwaysNotImplemented ( IronPython.Runtime.Types.BuiltinFunction xBf ) : IronPython.Runtime.Types.BuiltinFunction | ||
ContainsMethodSignature ( IList |
||
MatchesMethodSignature ( |
||
SlotOrFunction ( ) : System.Linq.Expressions | ||
TryGetBinder ( PythonContext state, DynamicMetaObject types, string op, string rop, |
||
TryGetBinder ( PythonContext state, DynamicMetaObject types, string op, string rop, |
Tries to get a MethodBinder associated with the slot for the specified type. If a method is found the binder is set and true is returned. If nothing is found binder is null and true is returned. If something other than a method is found false is returned. TODO: Remove rop
|
public static GetCombinedTargets ( |
||
fCand | ||
rCand | ||
fTarget | ||
rTarget | ||
리턴 | bool |
public static GetSlotOrFunction ( PythonContext state, string op ) : |
||
state | PythonContext | |
op | string | |
리턴 |
public ShouldWarn ( PythonContext context, |
||
context | PythonContext | |
info | ||
리턴 | bool |
public SlotOrFunction ( |
||
function | ||
target | DynamicMetaObject | |
리턴 | System.Linq.Expressions |
public SlotOrFunction ( DynamicMetaObject target ) : System.Linq.Expressions | ||
target | DynamicMetaObject | |
리턴 | System.Linq.Expressions |
public SlotOrFunction ( DynamicMetaObject target, |
||
target | DynamicMetaObject | |
slot | ||
리턴 | System.Linq.Expressions |