-
Notifications
You must be signed in to change notification settings - Fork 216
Closed
astral-sh/ruff
#18587Labels
attribute accessInstance attributes, class attributes, etc.Instance attributes, class attributes, etc.
Milestone
Description
Similar to how we support implicit instance attributes, we should also support implicitly defined class attributes. More concretely, we want the TODO comment here to be resolved, i.e. there should be no unresolved-attribute diagnostic:
The implementation for this can probably re-use most of the machinery introduced in this PR. In particular, the Type::implicit_instance_attribute method.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
attribute accessInstance attributes, class attributes, etc.Instance attributes, class attributes, etc.