MCPcopy 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
82def readConfig(filename):
83 dom = parse(filename)
84 return nodeToDic(dom)
85
86
87

Callers 1

testFunction · 0.70

Calls 2

nodeToDicFunction · 0.70
parseFunction · 0.50

Tested by

no test coverage detected