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

Class NormalUpdate

mypy/server/update.py:543–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541# tuples (non-empty if the original changed module imported other new
542# modules)
543class NormalUpdate(NamedTuple):
544 module: str
545 path: str
546 remaining: list[tuple[str, str]]
547 tree: MypyFile | None
548
549
550# The result of update_module_isolated when there is a blocking error. Items

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…