Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
def
parse_device_info(path):
70
conf = parse(path)
71
return
conf[
"devices"
]
72
73
74
class
ModelKeys(object):
Callers
nothing calls this directly
Calls
1
parse
Function · 0.85
Tested by
no test coverage detected