multiprocessing.managers.BaseProxy.

__repr__() Return a representation of the proxy object.

2016-10-07 17:37:46
multiprocessing.connection.Listener.close()

close() Close the bound socket or named pipe of the listener object. This is called automatically when the listener is garbage

2016-10-07 17:37:37
_thread.stack_size()

_thread.stack_size([size]) Return the thread stack size used when creating new threads. The optional size argument

2016-10-07 17:48:51
multiprocessing.managers.BaseManager.register()

register(typeid[, callable[, proxytype[, exposed[, method_to_typeid[, create_method]]]]]) A classmethod which can be used for

2016-10-07 17:37:44
multiprocessing.pool.Pool.apply_async()

apply_async(func[, args[, kwds[, callback[, error_callback]]]]) A variant of the apply() method which returns a

2016-10-07 17:37:52
multiprocessing.JoinableQueue

class multiprocessing.JoinableQueue([maxsize]) JoinableQueue, a Queue subclass, is a queue which additionally

2016-10-07 17:37:41
multiprocessing.Connection.poll()

poll([timeout]) Return whether there is any data available to be read. If timeout is

2016-10-07 17:37:37
multiprocessing.SimpleQueue.empty()

empty() Return True if the queue is empty, False otherwise.

2016-10-07 17:38:05
concurrent.futures.CancelledError

exception concurrent.futures.CancelledError Raised when a future is cancelled.

2016-10-07 17:29:06
multiprocessing.sharedctypes.RawArray()

multiprocessing.sharedctypes.RawArray(typecode_or_type, size_or_initializer) Return a ctypes array allocated from shared memory

2016-10-07 17:38:04