Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_translations
Method
test_translations
Lib/test/test_getopt.py:235–236 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
233
234
class
TestTranslations(TestTranslationsBase):
235
def
test_translations(self):
236
self.assertMsgidsEqual(getopt)
237
238
239
def
load_tests(loader, tests, pattern):
Callers
nothing calls this directly
Calls
1
assertMsgidsEqual
Method · 0.80
Tested by
no test coverage detected