dict() dict(mapping) dict(sequence) Create a shared dict
class multiprocessing.Barrier(parties[, action[, timeout]]) A barrier object: a clone of
cancel_join_thread() Prevent join_thread() from blocking. In particular, this prevents the background thread from
multiprocessing.connection.wait(object_list, timeout=None) Wait till an object in object_list is ready. Returns the
check_returncode() If returncode is non-zero, raise a CalledProcessError.
multiprocessing.Pipe([duplex]) Returns a pair (conn1, conn2) of Connection objects representing the
multiprocessing.Value(typecode_or_type, *args, lock=True) Return a
run() Method representing the process’s activity. You may override this method in a subclass
wShowWindow If dwFlags specifies STARTF_USESHOWWINDOW, this attribute can be any of the values that
join() Block until all items in the queue have been gotten and processed. The count of unfinished
Page 3 of 29