hStdOutput If dwFlags specifies STARTF_USESTDHANDLES, this attribute is the standard output handle
exception subprocess.CalledProcessError Subclass of SubprocessError, raised when a process run by check_call()
imap_unordered(func, iterable[, chunksize]) The same as imap() except that the ordering of the results from the
Popen.terminate() Stop the child. On Posix OSs the method sends SIGTERM to the child. On Windows the Win32 API function
pid Return the process ID. Before the process is spawned, this will be None.
release() Release the underlying lock. This method calls the corresponding method on the underlying lock; there is no return
Queue.get_nowait() Equivalent to get(False).
Array(typecode, sequence) Create an array and return a proxy for it.
reset() Return the barrier to the default, empty state. Any threads waiting on it will receive the BrokenBarrierError
Queue.join() Blocks until all items in the queue have been gotten and processed. The count of
Page 21 of 29