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

Method mark_interface_stale

mypy/build.py:3053–3055  ·  view source on GitHub ↗

Marks this module as having a stale public interface, and discards the cache data.

(self)

Source from the content-addressed store, hash-verified

3051 self.manager.rechecked_modules.add(self.id)
3052
3053 def mark_interface_stale(self) -> None:
3054 """Marks this module as having a stale public interface, and discards the cache data."""
3055 self.manager.stale_modules.add(self.id)
3056
3057 def check_blockers(self) -> None:
3058 """Raise CompileError if a blocking error is detected."""

Callers 2

write_cacheMethod · 0.95
process_graphFunction · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected