MCPcopy Create free account
hub / github.com/RingBDStack/GDAP / load_json

Function load_json

seq2seq/utils.py:461–463  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

459
460
461def load_json(path):
462 with open(path) as f:
463 return json.load(f)
464
465
466def get_git_info():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected