Queue.put(item, block=True, timeout=None) Put item into the queue. If optional args block is true and timeout
hStdInput If dwFlags specifies STARTF_USESTDHANDLES, this attribute is the standard input handle for
multiprocessing.set_executable() Sets the path of the Python interpreter to use when starting a child process. (By default
class multiprocessing.managers.SyncManager A subclass of BaseManager which can be used for the synchronization
Popen.stdout If the stdout argument was PIPE, this attribute is a readable stream object as returned by
subprocess.call(args, *, stdin=None, stdout=None, stderr=None, shell=False, timeout=None) Run the command described by args
terminate() Terminate the process. On Unix this is done using the SIGTERM signal; on Windows TerminateProcess()
recv() Return an object sent from the other end of the connection using send(). Blocks until there its something
stderr Stderr output of the child process if it was captured by run(). Otherwise, None.
output Output of the child process if it was captured by run() or check_output(). Otherwise, None
Page 14 of 29