All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AnyClassConstructor This object constructor uses reflection to create instances of any given class.ArrayConstructor Creates arrays of objects.ByteArrayConstructor Creates byte arrays (byte[]).ClassDict A dictionary containing just the fields of the class.ClassDictConstructor This object constructor creates ClassDicts (for unsupported classes).ComplexNumber An immutable Complex Number class.DateTimeConstructor This constructor can create various datetime related objects.ExceptionConstructor This creates Python Exception instances.InvalidOpcodeException Exception thrown when the unpickler encounters an invalid opcode.IObjectConstructor Interface for Object Constructors that are used by the unpickler to create instances of non-primitive or custom classes.IObjectDeconstructor Interface for Object Deconstructors that are used by the pickler to create instances of non-primitive or custom classes.IObjectPickler Interface for Object Picklers used by the pickler, to pickle custom classes.Opcodes Pickle opcodes.OperatorAttrGetterForCalendarTz This object constructor is a minimalistic placeholder for operator.itemgetter, it can only be used in the case of unpickling the special pickle created for localizing datetimes with pytz timezones.PickleException Exception thrown when something goes wrong with pickling or unpickling.Pickler Pickle an object graph into a Python-compatible pickle stream.Pickler.Memo A memoized object.PickleUtils Utility stuff for dealing with pickle data streams.PythonException Exception thrown that represents a certain Python exception.Reconstructor This constructor is called by the helper methods that pickle protocol 0 uses from the python copy_reg module to reconstruct c objects.SetConstructor This object constructor creates sets.Time Helper class to mimic the datetime.time Python object (holds a hours/minute/seconds/microsecond time).TimeDelta Helper class to mimic the datetime.timedelta Python object (holds a days/seconds/microsec time difference).TimeZoneConstructor Tzinfo Timezone offset class that implements __setstate__ for the unpickler to track what TimeZone a dateutil.tz.tzoffset or tzutc should unpickle toUnpickler Unpickles an object graph from a pickle data inputstream.UnpickleStack Helper type that represents the unpickler working stack.