MCPcopy Index your code
hub / github.com/RustPython/RustPython / _get_test_codec

Function _get_test_codec

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

Source from the content-addressed store, hash-verified

3149_TEST_CODECS = {}
3150
3151def _get_test_codec(codec_name):
3152 return _TEST_CODECS.get(codec_name)
3153
3154
3155class ExceptionNotesTest(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected