Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
3151
def
_get_test_codec(codec_name):
3152
return
_TEST_CODECS.get(codec_name)
3153
3154
3155
class
ExceptionNotesTest(unittest.TestCase):
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected