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

Function _details_open

tools/test_selector.py:647–651  ·  view source on GitHub ↗
(summary: str, add_blank: bool = True)

Source from the content-addressed store, hash-verified

645
646
647def _details_open(summary: str, add_blank: bool = True) -> str:
648 s = f"<details><summary><strong>{summary}</strong></summary>\n"
649 if add_blank:
650 s += "\n"
651 return s
652
653
654def _details_close() -> str:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected