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

Method _get

tools/python-3.11.9-amd64/Lib/queue.py:217–218  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

215
216 # Get an item from the queue
217 def _get(self):
218 return self.queue.popleft()
219
220 __class_getitem__ = classmethod(types.GenericAlias)
221

Callers 1

getMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected