Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ readlines
Method
readlines
Lib/typing.py:3552–3553 ·
view source on GitHub ↗
(self, hint: int = -1)
Source
from the content-addressed store, hash-verified
3550
3551
@abstractmethod
3552
def
readlines(self, hint: int = -1) -> list[AnyStr]:
3553
pass
3554
3555
@abstractmethod
3556
def
seek(self, offset: int, whence: int = 0) -> int:
Callers
4
_url_handler
Function · 0.45
main
Function · 0.45
updatecache
Function · 0.45
check_diff
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected