MCPcopy
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
waitMethod · 0.80
__init__Method · 0.80
signal_groupMethod · 0.80
signalMethod · 0.80
kill_groupMethod · 0.80
killMethod · 0.80
terminateMethod · 0.80
waitMethod · 0.80
input_threadFunction · 0.80
output_threadFunction · 0.80
__init__Method · 0.80

Calls 1

_format_msgMethod · 0.95

Tested by

no test coverage detected