MCPcopy Index your code
hub / github.com/RustPython/RustPython / update_POT_snapshots

Function update_POT_snapshots

Lib/test/test_tools/test_i18n.py:433–436  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

431
432
433def update_POT_snapshots():
434 for _, output_file, output in extract_from_snapshots():
435 output = normalize_POT_file(output)
436 output_file.write_text(output, encoding='utf-8')
437
438
439if __name__ == '__main__':

Callers 1

test_i18n.pyFile · 0.85

Calls 3

extract_from_snapshotsFunction · 0.85
normalize_POT_fileFunction · 0.85
write_textMethod · 0.45

Tested by

no test coverage detected