Pickable
Bases: object
object
A helper class to implement the pickling interface.
Objects that inherit from this class are automatically serialized/ deserialized to disk whenever is needed. Check what is ‘pickle’ in python for more details.
Methods
__init__()
__init__