Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ compile_messages
Function
compile_messages
Lib/test/test_tools/test_msgfmt.py:21–22 ·
view source on GitHub ↗
(po_file, mo_file)
Source
from the content-addressed store, hash-verified
19
20
21
def
compile_messages(po_file, mo_file):
22
assert_python_ok(msgfmt,
'-o'
, mo_file, po_file)
23
24
25
class
CompilationTest(unittest.TestCase):
Callers
2
test_compilation
Method · 0.85
update_catalog_snapshots
Function · 0.85
Calls
1
assert_python_ok
Function · 0.90
Tested by
no test coverage detected