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

Class BlockedUpdate

mypy/server/update.py:552–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550# The result of update_module_isolated when there is a blocking error. Items
551# are similar to NormalUpdate (but there are fewer).
552class BlockedUpdate(NamedTuple):
553 module: str
554 path: str
555 remaining: list[tuple[str, str]]
556 messages: list[str]
557
558
559UpdateResult: _TypeAlias = NormalUpdate | BlockedUpdate

Callers 1

update_module_isolatedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…