MCPcopy Create free account
hub / github.com/SpaceNetLab/StarryNet / sn_get_param

Function sn_get_param

starrynet/sn_orchestrater.py:257–264  ·  view source on GitHub ↗
(file_)

Source from the content-addressed store, hash-verified

255
256
257def sn_get_param(file_):
258 f = open(file_)
259 ADJ = f.readlines()
260 for i in range(len(ADJ)):
261 ADJ[i] = ADJ[i].strip('\n')
262 ADJ = [x.split(',') for x in ADJ]
263 f.close()
264 return ADJ
265
266
267def sn_get_container_info():

Callers 1

sn_orchestrater.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected