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

Method is_missing_module

mypy/semanal.py:6846–6847  ·  view source on GitHub ↗
(self, module: str)

Source from the content-addressed store, hash-verified

6844 self.transitive_submodule_imports[mod_id] = result
6845
6846 def is_missing_module(self, module: str) -> bool:
6847 return module in self.missing_modules
6848
6849 def implicit_symbol(
6850 self, sym: SymbolTableNode, name: str, parts: list[str], source_type: AnyType

Callers 1

get_module_symbolMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected