MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _get

Method _get

tools/python-3.11.9-amd64/Lib/asyncio/queues.py:50–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48 self._queue = collections.deque()
49
50 def _get(self):
51 return self._queue.popleft()
52
53 def _put(self, item):
54 self._queue.append(item)

Callers 1

get_nowaitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected