MCPcopy 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
15def load_config(filename):
16 with open(filename) as fh:
17 config = yaml.safe_load(fh)
18 return config
19
20
21def walk_directory(entry):

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected