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

Method _init

Lib/asyncio/queues.py:60–61  ·  view source on GitHub ↗
(self, maxsize)

Source from the content-addressed store, hash-verified

58 # These three are overridable in subclasses.
59
60 def _init(self, maxsize):
61 self._queue = collections.deque()
62
63 def _get(self):
64 return self._queue.popleft()

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected