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

Method write_as_strings

tools/python/categories_converter.py:92–94  ·  view source on GitHub ↗
(self, filepath)

Source from the content-addressed store, hash-verified

90
91
92 def write_as_strings(self, filepath):
93 with open(filepath, "w") as outfile:
94 self.write_strings_formatted(outfile, key_format="\n [{}]\n", line_format=" {} = {}\n")
95
96
97 def write_strings_formatted(self, outfile, key_format, line_format):

Callers 1

processMethod · 0.80

Calls 1

Tested by

no test coverage detected