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

Method test_read_0_9

Lib/test/test_urllib.py:412–415  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

410 self.unfakehttp()
411
412 def test_read_0_9(self):
413 # "0.9" response accepted (but not "simple responses" without
414 # a status line)
415 self.check_read(b"0.9")
416
417 def test_read_1_0(self):
418 self.check_read(b"1.0")

Callers

nothing calls this directly

Calls 1

check_readMethod · 0.95

Tested by

no test coverage detected