Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ readline
Method
readline
Lib/typing.py:3599–3600 ·
view source on GitHub ↗
(self, limit: int = -1)
Source
from the content-addressed store, hash-verified
3597
3598
@abstractmethod
3599
def
readline(self, limit: int = -1) -> AnyStr:
3600
pass
3601
3602
@abstractmethod
3603
def
readlines(self, hint: int = -1) -> list[AnyStr]:
Callers
15
gradle_task
Function · 0.45
xcode_test
Function · 0.45
_copy_archive
Function · 0.45
get_interpreter
Function · 0.45
read_stringnl
Function · 0.45
read_unicodestringnl
Function · 0.45
_getline
Method · 0.45
getline
Method · 0.45
cmdloop
Method · 0.45
decode
Function · 0.45
getline
Method · 0.45
retrlines
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected