We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50d638 commit d8e23c9Copy full SHA for d8e23c9
mypy/plugin.py
@@ -495,7 +495,7 @@ class MethodContext(NamedTuple):
495
class AttributeContext(NamedTuple):
496
type: ProperType # Type of object with attribute
497
default_attr_type: Type # Original attribute type
498
- is_lvalue: bool # Whether the attribute is the target for an assignment
+ is_lvalue: bool # Whether the attribute is the target of an assignment
499
context: Context # Relevant location context (e.g. for error messages)
500
api: CheckerPluginInterface
501
0 commit comments