Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ _init
Method
_init
python/python3/tornado/queues.py:306–307 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
304
305
# These three are overridable in subclasses.
306
def
_init(self) -> None:
307
self._queue = collections.deque()
308
309
def
_get(self) -> _T:
310
return
self._queue.popleft()
Callers
3
__init__
Method · 0.95
jquery-ui.min.js
File · 0.45
jquery-ui.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected