| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Thanks Bas. |
Sorry, something went wrong.
The line
```
extobj: list[Any] = ...,
```
was cut when backporting numpy#24611. We want to keep it in 1.26.x.
The line
```
extobj: list[Any] = ...,
```
was cut when backporting numpy#24611. We want to keep it in 1.26.x.
| Back | FazBrowse Home | New Git URL |
Closes #24391
Quite straightforward: this PR adds annotations for the previously missing casting keyword to the np.clip function.