Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ readConfig
Function
readConfig
recipes/Python/409899_xmlreader2/recipe-409899.py:82–84 ·
view source on GitHub ↗
(filename)
Source
from the content-addressed store, hash-verified
80
81
82
def
readConfig(filename):
83
dom = parse(filename)
84
return
nodeToDic(dom)
85
86
87
Callers
1
test
Function · 0.70
Calls
2
nodeToDic
Function · 0.70
parse
Function · 0.50
Tested by
no test coverage detected