threading.setprofile(func) Set a profile function for all threads started from the threading module. The func
set_result(result) Sets the result of the work associated with the Future to result.
Queue.qsize() Return the approximate size of the queue. Note, qsize() > 0 doesn’t guarantee that a subsequent get() will
parties The number of threads required to pass the barrier.
exception threading.BrokenBarrierError This exception, a subclass of
recv() Return an object sent from the other end of the connection using send(). Blocks until there its something
stdout Alias for output, for symmetry with stderr.
multiprocessing.set_executable() Sets the path of the Python interpreter to use when starting a child process. (By default
poll([timeout]) Return whether there is any data available to be read. If timeout is
output Output of the child process if it was captured by run() or check_output(). Otherwise, None
Page 12 of 29