MCPcopy
hub / github.com/lanjelot/patator / debug

Method debug

patator.py:55–56  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

53 self.send('info', msg)
54
55 def debug(self, msg):
56 self.send('debug', msg)
57
58import logging
59class TXTFormatter(logging.Formatter):

Callers 15

__init__Method · 0.95
produceMethod · 0.95
consumeMethod · 0.95
register_freeMethod · 0.80
register_skipMethod · 0.80
fireMethod · 0.80
shutdownMethod · 0.80
bindMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls 1

sendMethod · 0.95

Tested by

no test coverage detected