class documentation

class NotPickleable: (source)

View In Hierarchy

A class that is not pickleable.

Method __reduce__ Raise an exception instead of pickling.
def __reduce__(self): (source)

Raise an exception instead of pickling.