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

Method readlines

Lib/wsgiref/types.py:37–37  ·  view source on GitHub ↗
(self, hint: int = ..., /)

Source from the content-addressed store, hash-verified

35 def read(self, size: int = ..., /) -> bytes: ...
36 def readline(self, size: int = ..., /) -> bytes: ...
37 def readlines(self, hint: int = ..., /) -> list[bytes]: ...
38 def __iter__(self) -> Iterator[bytes]: ...
39
40class ErrorStream(Protocol):

Callers 9

closeMethod · 0.45
pushMethod · 0.45
_parse_makefileFunction · 0.45
_readlines_side_effectFunction · 0.45
gen_colorsFunction · 0.45
store_file_breaksMethod · 0.45
restore_file_breaksMethod · 0.45
test_readlinesMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_readlinesMethod · 0.36