MCPcopy Index your code
hub / github.com/python/cpython / _get

Method _get

Lib/asyncio/queues.py:306–307  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

304 self._queue.append(item)
305
306 def _get(self):
307 return self._queue.pop()

Callers

nothing calls this directly

Calls 1

popMethod · 0.45

Tested by

no test coverage detected