MCPcopy Create free account
hub / github.com/Yasoz/DiffTraj / __init__

Method __init__

utils/logger.py:31–33  ·  view source on GitHub ↗
(self, colorize=False, *args, **kwargs)

Source from the content-addressed store, hash-verified

29 Format the output log
30 '''
31 def __init__(self, colorize=False, *args, **kwargs):
32 super(_Formatter, self).__init__(*args, **kwargs)
33 self.colorize = colorize
34
35 @staticmethod
36 def _process(msg, loglevel, colorize):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected