notify_all() Wake up all threads waiting on this condition. This method acts like notify(), but wakes up all waiting
exception multiprocessing.TimeoutError Raised by methods with a timeout when the timeout expires.
lock.locked() Return the status of the lock: True if it has been acquired by some thread, False if
fileno() Return the file descriptor or handle used by the connection.
send(obj) Send an object to the other end of the connection which should be read using recv().
scheduler.cancel(event) Remove the event from the queue. If event is not an event currently in the queue, this method
_callmethod(methodname[, args[, kwds]]) Call and return the result of a method of the proxy’s referent. If
Lock() Create a shared
Queue([maxsize]) Create a shared
Queue.full() Return True if the queue is full, False otherwise. If full() returns True
Page 23 of 29