Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/WebReflection/JSONH
/ dump
Function
dump
py2/jsonh.py:25–26 ·
view source on GitHub ↗
(obj, fp, *args, **kwargs)
Source
from the content-addressed store, hash-verified
23
""
"
24
25
def
dump(obj, fp, *args, **kwargs):
26
return
json.dump(pack(obj), fp, *args, **kwargs)
27
28
def
dumps(obj, *args, **kwargs):
29
return
json.dumps(pack(obj), *args, **kwargs)
Callers
nothing calls this directly
Calls
2
dump
Method · 0.80
pack
Function · 0.70
Tested by
no test coverage detected