Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ readlines
Method
readlines
Lib/typing.py:3603–3604 ·
view source on GitHub ↗
(self, hint: int = -1)
Source
from the content-addressed store, hash-verified
3601
3602
@abstractmethod
3603
def
readlines(self, hint: int = -1) -> list[AnyStr]:
3604
pass
3605
3606
@abstractmethod
3607
def
seek(self, offset: int, whence: int = 0) -> int:
Callers
15
main
Function · 0.45
fcompare
Function · 0.45
restore
Function · 0.45
_url_handler
Function · 0.45
config_dict
Function · 0.45
main
Function · 0.45
updatecache
Function · 0.45
formathelper.py
File · 0.45
main
Function · 0.45
make
Function · 0.45
readmap
Function · 0.45
mkstringprep.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected