MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / write

Function write

Extras/Serialize/HeaderGenerator/blenderGenerate.py:35–37  ·  view source on GitHub ↗
(file, spaces, string)

Source from the content-addressed store, hash-verified

33
34
35def write(file, spaces, string):
36 addSpaces(file, spaces)
37 file.write(string)
38
39
40###################################################################################

Callers 1

blenderGenerate.pyFile · 0.70

Calls 2

addSpacesFunction · 0.70
writeMethod · 0.45

Tested by

no test coverage detected