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

Function _repo_root

tests/tools/conftest.py:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10
11def _repo_root() -> Path:
12 # tests/tools/conftest.py -> repo root is 2 levels up
13 return Path(__file__).resolve().parents[2]
14
15
16def load_selector_module() -> ModuleType:

Callers 1

load_selector_moduleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected