Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pywebio/PyWebIO
/ _qsize
Method
_qsize
pywebio/utils.py:229–230 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
227
self.queue = []
228
229
def
_qsize(self):
230
return
len(self.queue)
231
232
# Put a new item in the queue
233
def
_put(self, item):
Callers
1
wait_empty
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected