Enum private attributes are not enum members by hamdanal · Pull Request #17182 · python/mypy

@hamdanal

AlexWaygood

@hamdanal

@hamdanal

hauntsaninja

terencehonles added a commit to terencehonles/mypy that referenced this pull request

May 2, 2024
This adds on to the change in python#17182
and fixes enum attributes being used as members.

terencehonles added a commit to terencehonles/mypy that referenced this pull request

Jun 5, 2024
This adds on to the change in python#17182
and fixes enum attributes being used as members.

hauntsaninja added a commit that referenced this pull request

Oct 29, 2024
This adds on to the change in #17182
and fixes enum attributes being used as members.

Fixes: #16730

---------

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Ali Hamdan <ali.hamdan.dev@gmail.com>
Co-authored-by: hauntsaninja <hauntsaninja@gmail.com>