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

Function _lane_label

tools/test_selector.py:626–634  ·  view source on GitHub ↗
(name: str, emoji: bool = False)

Source from the content-addressed store, hash-verified

624
625
626def _lane_label(name: str, emoji: bool = False) -> str:
627 if not emoji:
628 return name
629 return {
630 "skip": "⏩ skip",
631 "docs": "📚 docs",
632 "fast": "⚡ fast",
633 "full": "🧪 full",
634 }.get(name, name)
635
636
637def _compact_reasons(reasons: list[str]) -> list[str]:

Callers 1

Calls 1

getMethod · 0.45

Tested by

no test coverage detected