Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DeepLabCut/DeepLabCut
/ load_config
Function
load_config
tools/update_license_headers.py:15–18 ·
view source on GitHub ↗
(filename)
Source
from the content-addressed store, hash-verified
13
14
15
def
load_config(filename):
16
with
open(filename)
as
fh:
17
config = yaml.safe_load(fh)
18
return
config
19
20
21
def
walk_directory(entry):
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected