Interface for accessing type checker functionality in plugins.
Methods docstrings contain only basic info. Look for corresponding implementation docstrings in checker.py for more details.
Method | fail |
Emit an error message at given location. |
Method | named_generic_type |
Construct an instance of a builtin type with given type arguments. |
Class Variable | msg |
Undocumented |
Class Variable | options |
Undocumented |
Class Variable | path |
Undocumented |
Property | type_context |
Return the type context of the plugin |
mypy.checker.TypeChecker
Parameters | |
msg:Union[ | Undocumented |
ctx:Context | Undocumented |
code:Optional[ | Undocumented |