C# 클래스 IronPython.Runtime.Binding.PythonProtocol.SlotCallable

Callable to a user-defined callable object. This could be a Python function, a class defining __call__, etc...
상속: Callable
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
CompleteRuleTarget ( DynamicMetaObjectBinder metaBinder, DynamicMetaObject args, Func customFailure ) : DynamicMetaObject
SlotCallable ( PythonContext binder, PythonIndexType op, PythonTypeSlot slot ) : System.Linq.Expressions

메소드 상세

CompleteRuleTarget() 공개 메소드

public CompleteRuleTarget ( DynamicMetaObjectBinder metaBinder, DynamicMetaObject args, Func customFailure ) : DynamicMetaObject
metaBinder DynamicMetaObjectBinder
args DynamicMetaObject
customFailure Func
리턴 DynamicMetaObject

SlotCallable() 공개 메소드

public SlotCallable ( PythonContext binder, PythonIndexType op, PythonTypeSlot slot ) : System.Linq.Expressions
binder PythonContext
op PythonIndexType
slot IronPython.Runtime.Types.PythonTypeSlot
리턴 System.Linq.Expressions