param.ParameterizedFunction#
- class param.ParameterizedFunction(*, name)[source]#
Acts like a Python function, but with arguments that are Parameters.
Implemented as a subclass of Parameterized that, when instantiated, automatically invokes __call__ and returns the result, instead of returning an instance of the class.
To obtain an instance of this class, call instance().
Methods
__init__(**params)instance(**params)Return an instance of this class, copying parameters from any existing instance provided.
Attributes
nameparam