MCPcopy 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_archiveFunction · 0.45
get_interpreterFunction · 0.45
_raw_inputFunction · 0.45
read_stringnlFunction · 0.45
read_unicodestringnlFunction · 0.45
_getlineMethod · 0.45
getlineMethod · 0.45
cmdloopMethod · 0.45
decodeFunction · 0.45
getlineMethod · 0.45
retrlinesMethod · 0.45
storlinesMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_06Function · 0.36
test_05Function · 0.36