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

Function update_POT_snapshots

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

Source from the content-addressed store, hash-verified

630
631
632def update_POT_snapshots():
633 for _, output_file, output in extract_from_snapshots():
634 output = normalize_POT_file(output)
635 output_file.write_text(output, encoding='utf-8')
636
637
638if __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

Used in the wild real call sites across dependent graphs

searching dependent graphs…