daemon A boolean value indicating whether this thread is a daemon thread (True) or not (False). This must be set before start()
threading.settrace(func) Set a trace function for all threads started from the threading module. The func
last_accepted The address from which the last accepted connection came. If this is unavailable then it is None
subprocess.run(args, *, stdin=None, input=None, stdout=None, stderr=None, shell=False, timeout=None, check=False) Run the command
set() Set the internal flag to true. All threads waiting for it to become true are awakened. Threads that call wait()
exception multiprocessing.ProcessError The base class of all multiprocessing exceptions.
Popen.stderr If the stderr argument was PIPE, this attribute is a readable stream object as returned by
starmap_async(func, iterable[, chunksize[, callback[, error_back]]]) A combination of starmap() and map_async()
cmd Command that was used to spawn the child process.
output Output of the child process if it was captured by run() or check_output(). Otherwise, None
Page 20 of 29