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

Method locked

browser_utils/debug_utils.py:38–40  ·  view source on GitHub ↗

Return True if the lock is currently held.

(self)

Source from the content-addressed store, hash-verified

36 """Protocol for lock-like objects that support locked()."""
37
38 def locked(self) -> bool:
39 """Return True if the lock is currently held."""
40 ...
41
42
43logger = logging.getLogger("AIStudioProxyServer")

Calls

no outgoing calls