MCPcopy Index your code
hub / github.com/python/mypy / readlines

Method readlines

mypy/dmypy_util.py:92–93  ·  view source on GitHub ↗
(self, hint: int = 0)

Source from the content-addressed store, hash-verified

90 raise io.UnsupportedOperation
91
92 def readlines(self, hint: int = 0) -> list[str]:
93 raise io.UnsupportedOperation
94
95 def seek(self, offset: int, whence: int = 0) -> int:
96 raise io.UnsupportedOperation

Callers 6

find_gitignoresFunction · 0.80
on_fileMethod · 0.80
on_fileMethod · 0.80
from_doc_dirMethod · 0.80
mainFunction · 0.80
generate_html_reportFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected