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

Method process

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

Source from the content-addressed store, hash-verified

16
17
18 def process(self):
19 if self.should_format:
20 self.categories.write_formatted()
21 else:
22 self.categories.write_as_strings(self.output)
23
24
25 def parse_args(self):

Callers

nothing calls this directly

Calls 2

write_formattedMethod · 0.80
write_as_stringsMethod · 0.80

Tested by

no test coverage detected