Describe the feature request
Is there a way to avoid the current 'type: ignore, and limit the generic variable to int and float?
|
class _Array(array.array, Generic[ARR_TYPE]): # type: ignore[type-arg] |
This would justify typing-extensions, if that would help
Contributions
Describe the feature request
Is there a way to avoid the current
'type: ignore, and limit the generic variable to int and float?pyshp/src/shapefile.py
Line 361 in 19010df
This would justify typing-extensions, if that would help
Contributions