Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ find_all_po_files
Method
find_all_po_files
tools/python/po_parser.py:37–41 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
35
36
37
def
find_all_po_files(self):
38
return
[
39
f
for
f in listdir(self.folder_path)
40
if
isfile(join(self.folder_path, f)) and f.endswith(
".po"
)
41
]
42
43
44
def
parse_files(self):
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected