Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/amoffat/sh
/ debug
Method
debug
src/sh/__init__.py:578–579 ·
view source on GitHub ↗
(self, msg, *a)
Source
from the content-addressed store, hash-verified
576
self.log.info(self._format_msg(msg, *a))
577
578
def
debug(self, msg, *a):
579
self.log.debug(self._format_msg(msg, *a))
580
581
def
error(self, msg, *a):
582
self.log.error(self._format_msg(msg, *a))
Callers
15
__init__
Method · 0.80
wait
Method · 0.80
__init__
Method · 0.80
signal_group
Method · 0.80
signal
Method · 0.80
kill_group
Method · 0.80
kill
Method · 0.80
terminate
Method · 0.80
wait
Method · 0.80
input_thread
Function · 0.80
output_thread
Function · 0.80
__init__
Method · 0.80
Calls
1
_format_msg
Method · 0.95
Tested by
no test coverage detected