MCPcopy Index your code
hub / github.com/RustPython/RustPython / full

Method full

Lib/multiprocessing/queues.py:129–130  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

127 return not self._poll()
128
129 def full(self):
130 return self._sem._semlock._is_zero()
131
132 def get_nowait(self):
133 return self.get(False)

Callers

nothing calls this directly

Calls 1

_is_zeroMethod · 0.80

Tested by

no test coverage detected