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

Method test_readline_without_limit

Lib/test/test_httplib.py:1693–1694  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1691 self._verify_readline(self.resp.readline, self.lines_expected)
1692
1693 def test_readline_without_limit(self):
1694 self._verify_readline(self.resp.readline, self.lines_expected, limit=-1)
1695
1696 def _verify_readline(self, readline, expected, limit=5):
1697 all = []

Callers

nothing calls this directly

Calls 1

_verify_readlineMethod · 0.95

Tested by

no test coverage detected