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

Method setup_errors

mypy/build.py:3276–3281  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3274 self.setup_errors()
3275
3276 def setup_errors(self) -> None:
3277 assert self.tree is not None
3278 self.manager.errors.set_file_ignored_lines(
3279 self.xpath, self.tree.ignored_lines, self.ignore_all or self.options.ignore_errors
3280 )
3281 self.manager.errors.set_skipped_lines(self.xpath, self.tree.skipped_lines)
3282
3283 def parse_inline_configuration(self, source: str) -> None:
3284 """Check for inline mypy: options directive and parse them."""

Callers 2

parse_fileMethod · 0.95
parse_parallelMethod · 0.80

Calls 2

set_skipped_linesMethod · 0.80

Tested by

no test coverage detected