get_server() Returns a Server object which represents the actual server under the control of the Manager. The Server
exception subprocess.SubprocessError Base class for all other exceptions from this module.
acquire(block=True, timeout=None) Acquire a lock, blocking or non-blocking. With the block
_thread.get_ident() Return the ‘thread identifier’ of the current thread. This is a nonzero integer. Its value has no direct
Source code: Lib/dummy_threading
daemon The process’s daemon flag, a Boolean value. This must be set before start() is called. The
threading.get_ident() Return the ‘thread identifier’ of the current thread. This is a nonzero integer. Its value has no direct
cancelled() Return True if the call was successfully cancelled.
name The process’s name. The name is a string used for identification purposes only. It has no semantics. Multiple processes
acquire(*args) Acquire the underlying lock. This method calls the corresponding method on the underlying lock; the return value
Page 4 of 29