MCPcopy Index your code
hub / github.com/RustPython/RustPython / 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 4

closeMethod · 0.45
pushMethod · 0.45
_parse_makefileFunction · 0.45
_readlines_side_effectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected