Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
def
parse(path):
63
with
open(path)
as
f:
64
config = sanitize_load(f.read())
65
66
return
config
67
68
69
def
parse_device_info(path):
Callers
1
parse_device_info
Function · 0.85
Calls
1
sanitize_load
Function · 0.85
Tested by
no test coverage detected