multiprocessing.Manager() Returns a started SyncManager object which can be used for sharing objects between processes
scheduler.empty() Return true if the event queue is empty.
stdout Captured stdout from the child process. A bytes sequence, or a string if run() was called with un
stderr Captured stderr from the child process. A bytes sequence, or a string if run() was called with un
successful() Return whether the call completed without raising an exception. Will raise
running() Return True if the call is currently being executed and cannot be cancelled.
setDaemon() Old getter/setter API for daemon; use it directly as a property instead.
close() Prevents any more tasks from being submitted to the pool. Once all the tasks have been completed the worker processes
class multiprocessing.managers.BaseProxy Proxy objects are instances of subclasses of BaseProxy.
class subprocess.CompletedProcess The return value from run(), representing a process that has finished.
Page 9 of 29