threading.setprofile(func) Set a profile function for all threads started from the threading module. The func
recv() Return an object sent from the other end of the connection using send(). Blocks until there its something
poll([timeout]) Return whether there is any data available to be read. If timeout is
class multiprocessing.managers.SyncManager A subclass of BaseManager which can be used for the synchronization
multiprocessing.sharedctypes.RawArray(typecode_or_type, size_or_initializer) Return a ctypes array allocated from shared memory
multiprocessing.log_to_stderr() This function performs a call to get_logger() but in addition to returning the
set_result(result) Sets the result of the work associated with the Future to result.
stderr Stderr output of the child process if it was captured by run(). Otherwise, None.
subprocess.call(args, *, stdin=None, stdout=None, stderr=None, shell=False, timeout=None) Run the command described by args
multiprocessing.get_logger() Returns the logger used by multiprocessing. If necessary, a new one will be created
Page 14 of 29