BasePyFuncCallableImpl

Inheritance diagram of BasePyFuncCallableImpl

BasePyFuncCallableImpl inheritance diagram

class savant.base.pyfunc.BasePyFuncCallableImpl(**kwargs)

Base class for a PyFunc implementation as a callable.

PyFunc implementations are defined in and instantiated by a PyFunc structure.

abstract __call__(*args, **kwargs)

Call self as a function.