foxes.utils.WakeKFactory(base, name_template, *args, hints={}, **kwargs)[source]

Constructor.

Parameters

base: class

The class of which objects are to be created

name_template: str

The name template, e.g. ‘name_<A>_<B>_<C>’ for variables A, B, C. Indicate wake_k part by ‘_[wake_k]’

args: tuple, optional

Additional arguments for Factory

hints: dict

Hints for print_toc, only for variables for which the options are functions or missing

kwargs: dict

Additional arguments for Factory