class
ConnectionWrapperProxy class for _multiprocessing.Connection which uses ForkingPickler to serialize objects. Will use the Pickle5 backport if available.
Methods
Special methods
- def __getattr__(self, name)
- def __init__(self, conn: multiprocessing.connection.Connection)