MCPcopy Create free account
hub / github.com/apache/nuttx / __del__

Method __del__

tools/parsememdump.py:74–76  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

72 print(str, end="")
73
74 def __del__(self):
75 if hasattr(self, "file"):
76 self.file.close()
77
78
79def compare_dump_line(dump_line_list, str):

Callers 1

parsememdump.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected