MCPcopy Create free account
hub / github.com/CJackHwang/AIstudioProxyAPI / qsize

Method qsize

browser_utils/debug_utils.py:30–32  ·  view source on GitHub ↗

Return the approximate size of the queue.

(self)

Source from the content-addressed store, hash-verified

28 """Protocol for queue-like objects that support qsize()."""
29
30 def qsize(self) -> int:
31 """Return the approximate size of the queue."""
32 ...
33
34
35class SupportsLockQuery(Protocol):

Calls

no outgoing calls