habitat.utils.pickle5_multiprocessing.ConnectionWrapper class

Proxy class for _multiprocessing.Connection which uses ForkingPickler to serialize objects. Will use the Pickle5 backport if available.

Methods

def recv(self)
def send(self, obj)

Special methods

def __getattr__(self, name)
def __init__(self, conn: multiprocessing.connection.Connection)