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

Function _get_test_codec

Lib/test/test_codecs.py:3140–3141  ·  view source on GitHub ↗
(codec_name)

Source from the content-addressed store, hash-verified

3138_TEST_CODECS = {}
3139
3140def _get_test_codec(codec_name):
3141 return _TEST_CODECS.get(codec_name)
3142
3143
3144class ExceptionNotesTest(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…