starmap(func, iterable[, chunksize]) Like
last_accepted The address from which the last accepted connection came. If this is unavailable then it is None
starmap_async(func, iterable[, chunksize[, callback[, error_back]]]) A combination of starmap() and map_async()
recv_bytes_into(buffer[, offset]) Read into buffer a complete message of byte data sent from the other end of the connection
Popen.terminate() Stop the child. On Posix OSs the method sends SIGTERM to the child. On Windows the Win32 API function
Popen.stderr If the stderr argument was PIPE, this attribute is a readable stream object as returned by
exception multiprocessing.ProcessError The base class of all multiprocessing exceptions.
subprocess.run(args, *, stdin=None, input=None, stdout=None, stderr=None, shell=False, timeout=None, check=False) Run the command
imap_unordered(func, iterable[, chunksize]) The same as imap() except that the ordering of the results from the
set_exception(exception) Sets the result of the work associated with the Future to the
Page 18 of 29