Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
37
def
_get_snapshot_path(module_name):
38
return
Path(TEST_HOME_DIR) /
'translationdata'
/ module_name /
'msgids.txt'
39
40
41
@requires_subprocess()
Callers
2
assertMsgidsEqual
Method · 0.85
update_translation_snapshots
Function · 0.85
Calls
1
Path
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…