MCPcopy Index your code
hub / github.com/DeepLabCut/DeepLabCut / collect_runtime_summary

Function collect_runtime_summary

deeplabcut/core/debug/debug_logger.py:506–511  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

504
505
506def collect_runtime_summary() -> dict[str, str]:
507 return {
508 "python": sys.version.replace("\n", " "),
509 "platform": platform.platform(),
510 "executable": _safe_tail(sys.executable),
511 }
512
513
514def _section_has_useful_values(items: dict[str, str]) -> bool:

Callers 1

collect_debug_sectionsFunction · 0.85

Calls 1

_safe_tailFunction · 0.85

Tested by

no test coverage detected