autosweep.data_types.GeneralIOClass#
- class autosweep.data_types.GeneralIOClass[source]#
A base class to inherit from if the class you’re building inside AutoSweep needs to perform disk or disk-like IO.
- __init__()#
Methods
__init__
()from_dict
(data)A class method to generate a class instance from a dict
to_dict
(**kwargs)Used to turn the instance into a dictionary.