list() list(sequence) Create a shared list object and return a proxy for it.
hStdError If dwFlags specifies STARTF_USESTDHANDLES, this attribute is the standard error handle for
successful() Return whether the call completed without raising an exception. Will raise
get() Remove and return an item from the queue.
is_alive() Return whether the thread is alive. This method returns True just before
threading.enumerate() Return a list of all Thread objects currently alive. The list includes daemonic threads,
multiprocessing.get_logger() Returns the logger used by multiprocessing. If necessary, a new one will be created
multiprocessing.current_process() Return the Process object corresponding to the current process.
multiprocessing.sharedctypes.Value(typecode_or_type, *args, lock=True) The same as RawValue() except that depending
__str__() Return the representation of the referent.
Page 11 of 29