dict() dict(mapping) dict(sequence) Create a shared dict
multiprocessing.connection.wait(object_list, timeout=None) Wait till an object in object_list is ready. Returns the
RLock() Create a shared
threading.main_thread() Return the main Thread object. In normal conditions, the main thread is the thread from
multiprocessing.get_start_method(allow_none=False) Return the name of start method used for starting processes.
_thread.interrupt_main() Raise a
wait(timeout=None) Block until the internal flag is true. If the internal flag is true on entry, return immediately. Otherwise
check_returncode() If returncode is non-zero, raise a CalledProcessError.
cancelled() Return True if the call was successfully cancelled.
_thread.exit() Raise the
Page 2 of 29