MCPcopy Create free account
hub / github.com/TechXueXi/TechXueXi / get_native_json

Function get_native_json

SourcePackages/pdlearn/version.py:7–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6
7def get_native_json():
8 with open("./pdlearn/version_info.json", encoding="utf-8") as v:
9 content = v.read()
10 return json.loads(content)
11
12
13def up_info():

Callers 1

up_infoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected