You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that in the case you linked, the class is not an enum (at least not in the stub). But it would be useful for stubtest to flag missing class attributes whether or not the class is an enum.
Feature
stubtest could do a completeness check for enums.
Pitch
This would be quite useful for cases like python/typeshed#9727, i.e. if enum values are added in later versions of a library.
The text was updated successfully, but these errors were encountered: