Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_read_1_0
Method
test_read_1_0
Lib/test/test_urllib.py:417–418 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
415
self.check_read(b
"0.9"
)
416
417
def
test_read_1_0(self):
418
self.check_read(b
"1.0"
)
419
420
def
test_read_1_1(self):
421
self.check_read(b
"1.1"
)
Callers
nothing calls this directly
Calls
1
check_read
Method · 0.95
Tested by
no test coverage detected