C# Class IronPython.Runtime.Binding.PythonProtocol.SlotCallable

Callable to a user-defined callable object. This could be a Python function, a class defining __call__, etc...
Inheritance: Callable
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Méthode Description
CompleteRuleTarget ( DynamicMetaObjectBinder metaBinder, DynamicMetaObject args, Func customFailure ) : DynamicMetaObject
SlotCallable ( PythonContext binder, PythonIndexType op, PythonTypeSlot slot ) : System.Linq.Expressions

Method Details

CompleteRuleTarget() public méthode

public CompleteRuleTarget ( DynamicMetaObjectBinder metaBinder, DynamicMetaObject args, Func customFailure ) : DynamicMetaObject
metaBinder DynamicMetaObjectBinder
args DynamicMetaObject
customFailure Func
Résultat DynamicMetaObject

SlotCallable() public méthode

public SlotCallable ( PythonContext binder, PythonIndexType op, PythonTypeSlot slot ) : System.Linq.Expressions
binder PythonContext
op PythonIndexType
slot IronPython.Runtime.Types.PythonTypeSlot
Résultat System.Linq.Expressions