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

Method init_print

utils/logger.py:125–126  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

123 self.init_print()
124
125 def init_print(self):
126 self.log('log will print out in {}'.format(self.place))
127
128 def log(self, msg: str, level=logging.INFO):
129 self.logger.log(level, msg)

Callers 1

__init__Method · 0.95

Calls 1

logMethod · 0.95

Tested by

no test coverage detected