Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/a943512/PyAibote
/ debug
Method
debug
PyAibote/Tool/WebsocketsServer.py:24–26 ·
view source on GitHub ↗
(self, msg)
Source
from the content-addressed store, hash-verified
22
self._is_print = is_print
23
24
def
debug(self, msg):
25
if
self._is_print ==
"DEBUG"
:
26
logger.debug(msg)
27
28
29
async
def
handle_connection(self, websocket):
Callers
1
handle_connection
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected