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

Method set_skipped_lines

mypy/errors.py:572–573  ·  view source on GitHub ↗
(self, file: str, skipped_lines: set[int])

Source from the content-addressed store, hash-verified

570 self.ignored_files.add(file)
571
572 def set_skipped_lines(self, file: str, skipped_lines: set[int]) -> None:
573 self.skipped_lines[file] = skipped_lines
574
575 def current_target(self) -> str | None:
576 """Retrieves the current target from the associated scope.

Callers 2

setup_errorsMethod · 0.80
reprocess_nodesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected