Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DeepLabCut/DeepLabCut
/ log_step
Function
log_step
examples/utils.py:35–38 ·
view source on GitHub ↗
(message: Any)
Source
from the content-addressed store, hash-verified
33
34
35
def
log_step(message: Any) -> None:
36
print(100 *
"-"
)
37
print(str(message))
38
print(100 *
"-"
)
39
40
41
def
cleanup(test_path: Path) -> None:
Callers
3
main
Function · 0.90
main
Function · 0.90
run
Function · 0.85
Calls
no outgoing calls
Tested by
2
main
Function · 0.72
main
Function · 0.72