Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
58
import
logging
59
class
TXTFormatter(logging.Formatter):
Callers
15
__init__
Method · 0.95
produce
Method · 0.95
consume
Method · 0.95
register_free
Method · 0.80
register_skip
Method · 0.80
fire
Method · 0.80
shutdown
Method · 0.80
bind
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
Calls
1
send
Method · 0.95
Tested by
no test coverage detected