MCPcopy Create free account
hub / github.com/python/mypy / lookup_fully_qualified

Method lookup_fully_qualified

mypy/plugin.py:546–548  ·  view source on GitHub ↗
(self, fullname: str)

Source from the content-addressed store, hash-verified

544 self._modules = modules
545
546 def lookup_fully_qualified(self, fullname: str) -> SymbolTableNode | None:
547 assert self._modules is not None
548 return lookup_fully_qualified(fullname, self._modules)
549
550 def report_config_data(self, ctx: ReportConfigContext) -> Any:
551 """Get representation of configuration data for a module.

Callers 1

get_base_class_hookMethod · 0.45

Calls 1

lookup_fully_qualifiedFunction · 0.90

Tested by

no test coverage detected