__str__() Return the representation of the referent.
class multiprocessing.RLock A recursive lock object: a close analog of
class multiprocessing.managers.SyncManager A subclass of BaseManager which can be used for the synchronization
multiprocessing.sharedctypes.synchronized(obj[, lock]) Return a process-safe wrapper object for a ctypes object which uses lock
class multiprocessing.JoinableQueue([maxsize]) JoinableQueue, a Queue subclass, is a queue which additionally
Popen.wait(timeout=None) Wait for child process to terminate. Set and return returncode attribute.
Queue.put(item, block=True, timeout=None) Put item into the queue. If optional args block is true and timeout
authkey The process’s authentication key (a byte string). When multiprocessing
get([timeout]) Return the result when it arrives. If timeout is not None and the result does not arrive
ready() Return whether the call has completed.
Page 16 of 29