MCPcopy Create free account
hub / github.com/cselab/aphros / GetConf

Function GetConf

deploy/scripts/aphros/plot.py:881–884  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

879
880
881def GetConf(p):
882 c = {}
883 exec(open(p).read(), None, c)
884 return c
885
886
887# initial velocity

Callers 1

UnivelFunction · 0.85

Calls 1

readMethod · 0.80

Tested by

no test coverage detected