MCPcopy
hub / github.com/python/mypy / following_imports

Method following_imports

mypy/dmypy_server.py:456–459  ·  view source on GitHub ↗

Are we following imports?

(self)

Source from the content-addressed store, hash-verified

454 manager.stats = {}
455
456 def following_imports(self) -> bool:
457 """Are we following imports?"""
458 # TODO: What about silent?
459 return self.options.follow_imports == "normal"
460
461 def initialize_fine_grained(
462 self, sources: list[BuildSource], is_tty: bool, terminal_width: int

Callers 5

cmd_recheckMethod · 0.95
checkMethod · 0.95
find_added_suppressedMethod · 0.95
update_sourcesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected