Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/diffgram/diffgram
/ coco_transform.py
File
coco_transform.py
default/play_and_scripts/coco_transform.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
json
2
3
f = open(
'Downloads/annotations/instances_train2017.json'
)
4
x = json.load(f)
Callers
nothing calls this directly
Calls
2
find
Function · 0.85
load
Method · 0.45
Tested by
no test coverage detected