eradiate.kernel.dict_parameter¶
- eradiate.kernel.dict_parameter(maybe_fn=None)¶
This function wraps another one into a
DictParameterinstance. It is primarily meant to be used as a decorator.- Parameters:
maybe_fn (
callable(), optional)- Returns:
This function wraps another one into a DictParameter instance.
It is primarily meant to be used as a decorator.
maybe_fn (callable(), optional)