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

Function parse_device_info

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

Source from the content-addressed store, hash-verified

67
68
69def parse_device_info(path):
70 conf = parse(path)
71 return conf["devices"]
72
73
74class ModelKeys(object):

Callers

nothing calls this directly

Calls 1

parseFunction · 0.85

Tested by

no test coverage detected