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

Method __del__

tools/standardTextToCode/writeTablesC++.py:51–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

49 self.namespace = namespace
50 self.spaces = 0
51 def __del__(self):
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(" ")

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected