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

Function write

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

Source from the content-addressed store, hash-verified

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

Callers 9

bulletGenerate.pyFile · 0.70
SendMethod · 0.50
WriteFunction · 0.50
writeMethod · 0.50
~MidiInAlsaMethod · 0.50
closePortMethod · 0.50
gz_compFunction · 0.50
stopStreamMethod · 0.50
callbackEventMethod · 0.50

Calls 2

addSpacesFunction · 0.70
writeMethod · 0.45

Tested by 2

SendMethod · 0.40
WriteFunction · 0.40