Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
def
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
13
def
up_info():
Callers
1
up_info
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected