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
Показать файл Открыть проект

Открытые методы

Метод Описание
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