Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
881
def
GetConf(p):
882
c = {}
883
exec(open(p).read(), None, c)
884
return
c
885
886
887
# initial velocity
Callers
1
Univel
Function · 0.85
Calls
1
read
Method · 0.80
Tested by
no test coverage detected