MCPcopy 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
35def log_step(message: Any) -> None:
36 print(100 * "-")
37 print(str(message))
38 print(100 * "-")
39
40
41def cleanup(test_path: Path) -> None:

Callers 3

mainFunction · 0.90
mainFunction · 0.90
runFunction · 0.85

Calls

no outgoing calls

Tested by 2

mainFunction · 0.72
mainFunction · 0.72