exception _thread.error Raised on thread-specific errors.
isDaemon() setDaemon() Old getter/setter API for daemon; use it directly as a property instead.
Queue.task_done() Indicate that a formerly enqueued task is complete. Used by queue consumer threads. For each get()
hStdOutput If dwFlags specifies STARTF_USESTDHANDLES, this attribute is the standard output handle
Queue.join() Blocks until all items in the queue have been gotten and processed. The count of
recv_bytes_into(buffer[, offset]) Read into buffer a complete message of byte data sent from the other end of the connection
subprocess.run(args, *, stdin=None, input=None, stdout=None, stderr=None, shell=False, timeout=None, check=False) Run the command
multiprocessing.sharedctypes.RawValue(typecode_or_type, *args) Return a ctypes object allocated from shared memory.
map(func, *iterables, timeout=None, chunksize=1) Equivalent to
starmap(func, iterable[, chunksize]) Like
Page 17 of 29