close() Close the bound socket or named pipe of the listener object. This is called automatically when the listener is garbage
release() Release a lock. This can be called from any process or thread, not only the process or thread which originally acquired
join([timeout]) If the optional argument timeout is None (the default), the method blocks until the process
ident The ‘thread identifier’ of this thread or None if the thread has not been started. This is a nonzero integer
exception _thread.error Raised on thread-specific errors.
hStdInput If dwFlags specifies STARTF_USESTDHANDLES, this attribute is the standard input handle for
Popen.communicate(input=None, timeout=None) Interact with process: Send data to stdin. Read data from stdout and stderr, until
exception concurrent.futures.CancelledError Raised when a future is cancelled.
notify(n=1) By default, wake up one thread waiting on this condition, if any. If the calling thread has not acquired the lock
multiprocessing.log_to_stderr() This function performs a call to get_logger() but in addition to returning the
Page 15 of 29