Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Colin97/DeepMetaHandles
/ log_string
Function
log_string
src/train.py:74–76 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
72
73
74
def
log_string(str):
75
logger.info(str)
76
print(str)
77
78
79
logger = logging.getLogger(
"Model"
)
Callers
1
train.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected