MCPcopy Create free account
hub / github.com/294coder/Dif-PAN / print

Method print

utils/logger.py:131–132  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

129 self.logger.log(level, msg)
130
131 def print(self, *args, **kwargs):
132 self.log(*args, *kwargs)
133
134
135if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

logMethod · 0.95

Tested by

no test coverage detected