MCPcopy 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

mainFunction · 0.45
fcompareFunction · 0.45
restoreFunction · 0.45
_url_handlerFunction · 0.45
config_dictFunction · 0.45
mainFunction · 0.45
updatecacheFunction · 0.45
formathelper.pyFile · 0.45
mainFunction · 0.45
makeFunction · 0.45
readmapFunction · 0.45
mkstringprep.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected