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

Method write_as_categories

tools/python/categories_converter.py:88–89  ·  view source on GitHub ↗
(self, outfile)

Source from the content-addressed store, hash-verified

86
87
88 def write_as_categories(self, outfile):
89 self.write_strings_formatted(outfile, "\n{}\n", "{}:{}\n")
90
91
92 def write_as_strings(self, filepath):

Callers 1

write_formattedMethod · 0.95

Calls 1

Tested by

no test coverage detected