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

Method __init__

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

Source from the content-addressed store, hash-verified

9
10class CategoriesConverter:
11 def __init__(self):
12 args = self.parse_args()
13 self.categories = CategoriesTxt(args.categories)
14 self.should_format = args.format
15 self.output = args.output
16
17
18 def process(self):

Callers

nothing calls this directly

Calls 2

parse_argsMethod · 0.95
CategoriesTxtClass · 0.85

Tested by

no test coverage detected