MCPcopy Create free account
hub / github.com/IENT/YUView / write

Method write

tools/standardTextToCode/writeTablesC++.py:72–75  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

70 self.f.write(f"""}} // namespace {self.namespace}""")
71 self.f.write("\n")
72 def write(self, s):
73 for i in range(self.spaces):
74 self.f.write(" ")
75 self.f.write(s)
76
77def argumentsToString(arguments, variableType = ""):
78 s = ""

Callers 15

writeLicenseFunction · 0.45
__init__Method · 0.45
__del__Method · 0.45
writeMethod · 0.45
__init__Method · 0.45
__del__Method · 0.45
writeBeginningToHeaderFunction · 0.45
writeEndToHeaderFunction · 0.45
writeBeginnginToSourceFunction · 0.45
writeEndToSourceFunction · 0.45
writeItemToFilesFunction · 0.45
isRunningMethod · 0.45

Calls

no outgoing calls

Tested by 1

testNalUnitParsingMethod · 0.36