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

Function main

tools/python/po_parser.py:127–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125
126
127def main():
128 parser = PoParser()
129 parser.parse_files()
130 parser.dest_file.write_formatted()
131
132
133if __name__ == "__main__":

Callers 1

po_parser.pyFile · 0.70

Calls 3

parse_filesMethod · 0.95
PoParserClass · 0.85
write_formattedMethod · 0.80

Tested by

no test coverage detected