microprobe.utils.misc.Pickable

class Pickable[source]

Bases: 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.

__init__()

Methods

__init__()