Bases: ABC
ABC
Class for adding ‘to_pickle’ and ‘from_pickle’ methods for objects with long creation times.
Methods
__init__()
__init__
from_pickle([path])
from_pickle
to_pickle(path)
to_pickle
Inheritance Diagram
Inheritance diagram of kgpy.mixin.Pickleable
path (Optional[Path]) –