MCPcopy Create free account
hub / github.com/CyberPoint/libpgm / list_nodedata

Function list_nodedata

utils/bntextutils.py:31–36  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

29 print "%s" % (v)
30
31def list_nodedata(path):
32 _validate(path)
33 with open(path, "r") as f:
34 j = json.load(f)
35 for v in j["Vdata"].keys():
36 print "%s" % (v)
37
38def add_edge(path, edge):
39 _validate(path)

Callers

nothing calls this directly

Calls 2

_validateFunction · 0.85
loadMethod · 0.45

Tested by

no test coverage detected