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

Function _section_has_useful_values

deeplabcut/core/debug/debug_logger.py:514–518  ·  view source on GitHub ↗
(items: dict[str, str])

Source from the content-addressed store, hash-verified

512
513
514def _section_has_useful_values(items: dict[str, str]) -> bool:
515 for value in items.values():
516 if value not in {"not-installed", "unknown", "not-found", "unavailable"}:
517 return True
518 return False
519
520
521def collect_debug_sections(

Callers 1

collect_debug_sectionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected