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

Method is_blockers

mypy/errors.py:973–975  ·  view source on GitHub ↗

Are the any errors that are blockers?

(self)

Source from the content-addressed store, hash-verified

971 return bool(self.error_info_map)
972
973 def is_blockers(self) -> bool:
974 """Are the any errors that are blockers?"""
975 return bool(self.has_blockers)
976
977 def blocker_module(self) -> str | None:
978 """Return the module with a blocking error, or None if not possible."""

Callers 4

parse_source_fileFunction · 0.95
parse_parallelMethod · 0.80
check_blockersMethod · 0.80
parse_fileMethod · 0.80

Calls 1

boolClass · 0.85

Tested by

no test coverage detected