Created
February 23, 2026 13:10
-
-
Save AlexWaygood/369708da5815eb5afe1dcb96e1c5a202 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"dependencies": ["requests", "types-requests"]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class TNP[*Dims]: | |
| """Typed numpy array""" | |
| def bc[*P](self, shape: TNP[*P, *Dims]) -> "TNP[*P, *Dims]": | |
| raise NotImplementedError |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [project] | |
| requires-python = ">= 3.14" | |
| [tool.mypy] | |
| [tool.pycroscope] | |
| [tool.pyrefly] | |
| [tool.pyright] | |
| [tool.zuban] | |
| [tool.ty] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment