BasePyFuncImpl

Inheritance diagram of BasePyFuncImpl

BasePyFuncImpl inheritance diagram

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

Base class for a PyFunc implementation. PyFunc implementations are defined in and instantiated by a PyFunc structure.

Parameters:

kwargs – Custom keyword arguments. They will be available inside the class instance, as fields with the argument name.