MCPcopy Index your code
hub / github.com/python/cpython / compile_messages

Function compile_messages

Lib/test/test_tools/test_msgfmt.py:25–26  ·  view source on GitHub ↗
(po_file, mo_file)

Source from the content-addressed store, hash-verified

23
24
25def compile_messages(po_file, mo_file):
26 assert_python_ok(msgfmt_py, '-o', mo_file, po_file)
27
28
29class CompilationTest(unittest.TestCase):

Callers 3

test_compilationMethod · 0.85
test_binary_headerMethod · 0.85
update_catalog_snapshotsFunction · 0.85

Calls 1

assert_python_okFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…