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

Method _get

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

Source from the content-addressed store, hash-verified

241 self._queue.append(item)
242
243 def _get(self):
244 return self._queue.pop()

Callers

nothing calls this directly

Calls 1

popMethod · 0.45

Tested by

no test coverage detected