Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/DingXiaoH/RepVGG
/ log_msg
Function
log_msg
utils.py:101–104 ·
view source on GitHub ↗
(message, log_file)
Source
from the content-addressed store, hash-verified
99
100
101
def
log_msg(message, log_file):
102
print(message)
103
with
open(log_file,
'a'
)
as
f:
104
print(message, file=f)
105
106
107
Callers
1
main_worker
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected