MCPcopy 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
433def writeJSONData(data, filename):
434 with open(filename, 'w') as outfile:
435 json.dump(data, outfile)
436
437
438def listLibraries(data):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected