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

Class DataFileFix

mypy/test/data.py:747–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

745
746
747class DataFileFix(NamedTuple):
748 lineno: int # 1-offset, inclusive
749 end_lineno: int # 1-offset, exclusive
750 lines: list[str]
751
752
753class DataFileCollector(pytest.Collector):

Callers 1

_iter_fixesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…