(self, module: str)
| 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 |