MCPcopy 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
21def compile_messages(po_file, mo_file):
22 assert_python_ok(msgfmt, '-o', mo_file, po_file)
23
24
25class CompilationTest(unittest.TestCase):

Callers 2

test_compilationMethod · 0.85
update_catalog_snapshotsFunction · 0.85

Calls 1

assert_python_okFunction · 0.90

Tested by

no test coverage detected