💾 Archived View for tris.fyi › pydoc › multiprocessing.queues captured on 2023-04-26 at 13:36:44. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-01-08)
-=-=-=-=-=-=-
This module has no docstring.
Exception raised by Queue.get(block=0)/get_nowait().
with_traceback(...) Exception.with_traceback(tb) -- set self.__traceback__ to tb and return self.
args = <attribute 'args' of 'BaseException' objects>
Class which supports object finalization using weakrefs
cancel(self) Cancel finalization of the object
still_active(self) Return whether this finalizer is still waiting to invoke callback
Exception raised by Queue.put(block=0)/put_nowait().
with_traceback(...) Exception.with_traceback(tb) -- set self.__traceback__ to tb and return self.
args = <attribute 'args' of 'BaseException' objects>
cancel_join_thread(self)
close(self)
empty(self)
full(self)
get(self, block=True, timeout=None)
get_nowait(self)
join(self)
join_thread(self)
put(self, obj, block=True, timeout=None)
put_nowait(self, obj)
qsize(self)
task_done(self)
cancel_join_thread(self)
close(self)
empty(self)
full(self)
get(self, block=True, timeout=None)
get_nowait(self)
join_thread(self)
put(self, obj, block=True, timeout=None)
put_nowait(self, obj)
qsize(self)
close(self)
empty(self)
get(self)
put(self, obj)
debug(msg, *args)
info(msg, *args)
is_exiting() Returns true if the process is shutting down
register_after_fork(obj, func)