MCPcopy Create free account
hub / github.com/XiaoMi/mace / parse

Function parse

tools/python/utils/config_parser.py:62–66  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

60
61
62def parse(path):
63 with open(path) as f:
64 config = sanitize_load(f.read())
65
66 return config
67
68
69def parse_device_info(path):

Callers 1

parse_device_infoFunction · 0.85

Calls 1

sanitize_loadFunction · 0.85

Tested by

no test coverage detected