task_done() Indicate that a formerly enqueued task is complete. Used by queue consumers. For each get() used to
last_accepted The address from which the last accepted connection came. If this is unavailable then it is None
Popen.stderr If the stderr argument was PIPE, this attribute is a readable stream object as returned by
daemon A boolean value indicating whether this thread is a daemon thread (True) or not (False). This must be set before start()
Array(typecode, sequence) Create an array and return a proxy for it.
apply(func[, args[, kwds]]) Call func with arguments args and keyword arguments kwds. It blocks until
imap_unordered(func, iterable[, chunksize]) The same as imap() except that the ordering of the results from the
output Output of the child process if it was captured by run() or check_output(). Otherwise, None
cancel() Attempt to cancel the call. If the call is currently being executed and cannot be cancelled then the method will return
exception(timeout=None) Return the exception raised by the call. If the call hasn’t yet completed then this method will wait
Page 20 of 29