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

Method _get

Lib/queue.py:274–275  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

272
273 # Get an item from the queue
274 def _get(self):
275 return self.queue.popleft()
276
277 __class_getitem__ = classmethod(types.GenericAlias)
278

Callers 2

getMethod · 0.95
shutdownMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected