pasteur.synth.SynthFactory

pasteur.synth.SynthFactory#

class pasteur.synth.SynthFactory(cls, *args, name=None, **_)[source]#

Attributes

Methods

build(*args, **kwargs)

Build is used to create the new instance.

build(*args, **kwargs)#

Build is used to create the new instance. You can override this function to customize instance creation.

name: str = ''#