MCPcopy Index your code
hub / github.com/RustPython/RustPython / readlines

Method readlines

Lib/typing.py:3552–3553  ·  view source on GitHub ↗
(self, hint: int = -1)

Source from the content-addressed store, hash-verified

3550
3551 @abstractmethod
3552 def readlines(self, hint: int = -1) -> list[AnyStr]:
3553 pass
3554
3555 @abstractmethod
3556 def seek(self, offset: int, whence: int = 0) -> int:

Callers 4

_url_handlerFunction · 0.45
mainFunction · 0.45
updatecacheFunction · 0.45
check_diffFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected