class documentation

class NotPickleable:

View In Hierarchy

A class that is not pickleable.

Method __reduce__ Raise an exception instead of pickling.
def __reduce__(self) -> NoReturn: ΒΆ

Raise an exception instead of pickling.