release() Release a lock. This can be called from any process or thread, not only the process or thread which originally acquired
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
close() Close the bound socket or named pipe of the listener object. This is called automatically when the listener is garbage
Queue.qsize() Return the approximate size of the queue. Note, qsize() > 0 doesn’t guarantee that a subsequent get() will
exception _thread.error Raised on thread-specific errors.
class multiprocessing.pool.Pool([processes[, initializer[, initargs[, maxtasksperchild[, context]]]]]) A process pool object
threading.setprofile(func) Set a profile function for all threads started from the threading module. The func
ident The ‘thread identifier’ of this thread or None if the thread has not been started. This is a nonzero integer
authkey The process’s authentication key (a byte string). When multiprocessing
Page 15 of 29