MVITS.attrs_to_init_kwargs#

classmethod MVITS.attrs_to_init_kwargs(attrs)[source]#

Convert the attributes of the DataTree object to the __init__ kwargs.

Parameters:
attrsdict

The attributes of the DataTree object.

Returns:
dict

The __init__ kwargs for the class.