ConnectionWrapper class
Proxy class for _multiprocessing.Connection which uses ForkingPickler to serialize objects. Will use the Pickle5 backport if available.
Methods
Special methods
- def __format__(self, format_spec, /)
- Default object formatter.
- def __getattr__(self, name)
- def __init__(self, conn: multiprocessing.connection.Connection)
Method documentation
def habitat. utils. pickle5_multiprocessing. ConnectionWrapper. __format__(self, format_spec, /)
Default object formatter.
Return str(self) if format_spec is empty. Raise TypeError otherwise.