MCPcopy 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_taskFunction · 0.45
xcode_testFunction · 0.45
_copy_archiveFunction · 0.45
get_interpreterFunction · 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

Calls

no outgoing calls

Tested by

no test coverage detected