MCPcopy Create free account
hub / github.com/TPCD/DCCL / __init__

Method __init__

project_utils/visualization_utils.py:831–833  ·  view source on GitHub ↗

/path/to/log_file.txt

(self, log_file)

Source from the content-addressed store, hash-verified

829class Logger:
830
831 def __init__(self, log_file):
832 '''/path/to/log_file.txt'''
833 self.log_file = log_file
834
835 def __call__(self, input):
836 input = str(input)

Callers 6

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected