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

Method write

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

Source from the content-addressed store, hash-verified

52 self.f.write(f"""}} // namespace {self.namespace}""")
53 self.f.write("\n")
54 def write(self, s):
55 for i in range(self.spaces):
56 self.f.write(" ")
57 self.f.write(s)
58
59class CppFile:
60 def __init__ (self, path, name, namespace):

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected