module documentation

Undocumented

Class A dummy class
Class AOTTests No class docstring; 4/9 methods documented
Class AybabtuTests styles._aybabtu gets all of classes in the inheritance hierarchy of its argument that are strictly between Versioned and the class itself.
Class B dummy class
Class CopyRegistered A class that is pickleable only because it is registered with the copyreg module.
Class CopyRegisteredLoaded CopyRegistered after unserialization.
Class CrefUtilTests Tests for crefutil.
Class EphemeralTests Undocumented
Class EvilSourceror Undocumented
Class MyEphemeral Undocumented
Class NonDictState Undocumented
Class NotPickleable A class that is not pickleable.
Class Pickleable Undocumented
Class PicklingTests Test pickling of extra object types.
Class SecondVersionedSubClass Undocumented
Class StringIOTransitionTests When pickling a cStringIO in Python 2, it should unpickle as a BytesIO or a StringIO in Python 3, depending on the type of its contents.
Class VersionedDiamondSubClass Undocumented
Class VersionedSubClass Undocumented
Class VersionedSubSubClass Undocumented
Class VersionTests Undocumented
Function funktion Undocumented
Function reduceCopyRegistered Externally implement __reduce__ for CopyRegistered.
Variable testCases Undocumented
def funktion(): (source)

Undocumented

def reduceCopyRegistered(cr): (source)

Externally implement __reduce__ for CopyRegistered.

Parameters
crThe CopyRegistered instance.
Returns
a 2-tuple of callable and argument list, in this case CopyRegisteredLoaded and no arguments.
testCases = (source)

Undocumented