vocalpy.Params

vocalpy.Params#

class vocalpy.Params[source]#

Bases: object

A class to represent the parameters used with a method, that can be unpacked with the ** operator.

Dataclasses that represent parameters for a method should inherit from this class, so that instances of those dataclasses can be passed into the classes that represent steps in workflows.

Methods

keys

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

keys()