Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PacktPublishing/3D-Graphics-Rendering-Cookbook
/ writeJSONData
Function
writeJSONData
deps/bootstrap.py:433–435 ·
view source on GitHub ↗
(data, filename)
Source
from the content-addressed store, hash-verified
431
432
433
def
writeJSONData(data, filename):
434
with
open(filename,
'w'
)
as
outfile:
435
json.dump(data, outfile)
436
437
438
def
listLibraries(data):
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected