class documentation

class CopyRegistered: (source)

View In Hierarchy

A class that is pickleable only because it is registered with the copyreg module.

Method __init__ Ensure that this object is normally not pickleable.
Instance Variable notPickleable Undocumented
def __init__(self): (source)

Ensure that this object is normally not pickleable.

notPickleable = (source)

Undocumented