MCPcopy 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_nowaitMethod · 0.95
test_maxsizeMethod · 0.95
test_float_maxsizeMethod · 0.95
test_orderMethod · 0.45
test_orderMethod · 0.45
jquery-ui.min.jsFile · 0.45
jquery-ui.jsFile · 0.45
jquery.jsFile · 0.45

Calls

no outgoing calls

Tested by 4

test_maxsizeMethod · 0.76
test_float_maxsizeMethod · 0.76
test_orderMethod · 0.36
test_orderMethod · 0.36