MCPcopy Create free account
hub / github.com/OpenMeshLab/MeshXL / log_messages

Method log_messages

utils/logger.py:35–40  ·  view source on GitHub ↗
(self, message: str)

Source from the content-addressed store, hash-verified

33 return
34
35 def log_messages(self, message: str):
36 if self.txt_writer is not None:
37 self.txt_writer.write(message + "\n")
38 self.txt_writer.flush()
39 print(message, flush=True)
40 return
41

Callers 3

mainFunction · 0.95
do_trainFunction · 0.80
evaluateFunction · 0.80

Calls 1

printFunction · 0.85

Tested by

no test coverage detected