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

Method _get

Lib/asyncio/queues.py:293–294  ·  view source on GitHub ↗
(self, heappop=heapq.heappop)

Source from the content-addressed store, hash-verified

291 heappush(self._queue, item)
292
293 def _get(self, heappop=heapq.heappop):
294 return heappop(self._queue)
295
296
297class LifoQueue(Queue):

Callers

nothing calls this directly

Calls 1

heappopFunction · 0.85

Tested by

no test coverage detected