| Method | lookup_fully_qualified |
Lookup a symbol by its full name (including module). |
| Class Variable | options |
Undocumented |
mypy.plugin.PluginLookup a symbol by its full name (including module).
This lookup function available for all plugins. Return None if a name is not found. This function doesn't support lookup from current scope. Use SemanticAnalyzerPluginInterface.lookup_qualified() for this.
| Parameters | |
fullname:str | Undocumented |
| Returns | |
Optional[ | Undocumented |