Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.95
do_train
Function · 0.80
evaluate
Function · 0.80
Calls
1
print
Function · 0.85
Tested by
no test coverage detected