Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ readline
Method
readline
Lib/typing.py:3548–3549 ·
view source on GitHub ↗
(self, limit: int = -1)
Source
from the content-addressed store, hash-verified
3546
3547
@abstractmethod
3548
def
readline(self, limit: int = -1) -> AnyStr:
3549
pass
3550
3551
@abstractmethod
3552
def
readlines(self, hint: int = -1) -> list[AnyStr]:
Callers
15
_copy_archive
Function · 0.45
get_interpreter
Function · 0.45
_raw_input
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
storlines
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_06
Function · 0.36
test_05
Function · 0.36