Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
127
def
main():
128
parser = PoParser()
129
parser.parse_files()
130
parser.dest_file.write_formatted()
131
132
133
if
__name__ ==
"__main__"
:
Callers
1
po_parser.py
File · 0.70
Calls
3
parse_files
Method · 0.95
PoParser
Class · 0.85
write_formatted
Method · 0.80
Tested by
no test coverage detected