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

Function _get_snapshot_path

Lib/test/support/i18n_helper.py:37–38  ·  view source on GitHub ↗
(module_name)

Source from the content-addressed store, hash-verified

35
36
37def _get_snapshot_path(module_name):
38 return Path(TEST_HOME_DIR) / 'translationdata' / module_name / 'msgids.txt'
39
40
41@requires_subprocess()

Callers 2

assertMsgidsEqualMethod · 0.85

Calls 1

PathClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…