Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ empty
Method
empty
python/python3/tornado/queues.py:177–178 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
175
return
len(self._queue)
176
177
def
empty(self) -> bool:
178
return
not self._queue
179
180
def
full(self) -> bool:
181
if
self.maxsize == 0:
Callers
11
put_nowait
Method · 0.95
test_maxsize
Method · 0.95
test_float_maxsize
Method · 0.95
jquery-1.12.4.min.js
File · 0.45
test_order
Method · 0.45
test_order
Method · 0.45
jquery-3.6.1.min.js
File · 0.45
bootstrap.bundle.min.js
File · 0.45
jquery-ui.min.js
File · 0.45
jquery-ui.js
File · 0.45
jquery.js
File · 0.45
Calls
no outgoing calls
Tested by
4
test_maxsize
Method · 0.76
test_float_maxsize
Method · 0.76
test_order
Method · 0.36
test_order
Method · 0.36