Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_read_1_1
Method
test_read_1_1
Lib/test/test_urllib.py:420–421 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
418
self.check_read(b
"1.0"
)
419
420
def
test_read_1_1(self):
421
self.check_read(b
"1.1"
)
422
423
def
test_read_bogus(self):
424
# urlopen() should raise OSError for many error codes.
Callers
nothing calls this directly
Calls
1
check_read
Method · 0.95
Tested by
no test coverage detected