-
-
Notifications
You must be signed in to change notification settings - Fork 259
Open
Labels
Description
Describe the feature request
Is there a way to avoid the current 'type: ignore
, and limit the generic variable to int and float?
Line 361 in 19010df
class _Array(array.array, Generic[ARR_TYPE]): # type: ignore[type-arg] |
This would justify typing-extensions, if that would help
Contributions
- I am interested in implementing the described feature request and submit as a PR.