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

Function _enabled_lane_names

tools/test_selector.py:621–623  ·  view source on GitHub ↗
(res: SelectorResult)

Source from the content-addressed store, hash-verified

619
620
621def _enabled_lane_names(res: SelectorResult) -> list[str]:
622 order = ("skip", "docs", "fast", "full")
623 return [name for name in order if getattr(res.lanes, name)]
624
625
626def _lane_label(name: str, emoji: bool = False) -> str:

Callers 2

write_github_outputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected