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

Method __call__

project_utils/visualization_utils.py:835–839  ·  view source on GitHub ↗
(self, input)

Source from the content-addressed store, hash-verified

833 self.log_file = log_file
834
835 def __call__(self, input):
836 input = str(input)
837 with open(self.log_file, 'a') as f:
838 f.writelines(input+'\n')
839 print(input)
840
841
842

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected