Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
11
def
_repo_root() -> Path:
12
# tests/tools/conftest.py -> repo root is 2 levels up
13
return
Path(__file__).resolve().parents[2]
14
15
16
def
load_selector_module() -> ModuleType:
Callers
1
load_selector_module
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected