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

Method parse_files

tools/python/po_parser.py:44–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

42
43
44 def parse_files(self):
45 for po_file in self.all_po_files:
46 self._parse_one_file(
47 join(self.folder_path, po_file),
48 self.lang_from_filename(po_file)
49 )
50
51
52 def lang_from_filename(self, filename):

Callers 1

mainFunction · 0.95

Calls 2

_parse_one_fileMethod · 0.95
lang_from_filenameMethod · 0.95

Tested by

no test coverage detected