Skip to content

Instantly share code, notes, and snippets.

@AlexWaygood
Created February 23, 2026 13:10
Show Gist options
  • Select an option

  • Save AlexWaygood/369708da5815eb5afe1dcb96e1c5a202 to your computer and use it in GitHub Desktop.

Select an option

Save AlexWaygood/369708da5815eb5afe1dcb96e1c5a202 to your computer and use it in GitHub Desktop.
{"dependencies": ["requests", "types-requests"]}
class TNP[*Dims]:
"""Typed numpy array"""
def bc[*P](self, shape: TNP[*P, *Dims]) -> "TNP[*P, *Dims]":
raise NotImplementedError
[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