MCPcopy Create free account
hub / github.com/comaps/comaps / write_formatted

Method write_formatted

tools/python/categories_converter.py:119–124  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

117
118
119 def write_formatted(self):
120 with open(self.filepath, "w") as outfile:
121 for comment in self.comments:
122 outfile.write(comment + "\n")
123
124 self.write_as_categories(outfile)
125
126
127if __name__ == "__main__":

Callers 2

processMethod · 0.80
mainFunction · 0.80

Calls 2

write_as_categoriesMethod · 0.95
writeMethod · 0.45

Tested by

no test coverage detected