summaryrefslogtreecommitdiff
path: root/numpy/typing/tests/test_runtime.py
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: cleanup unused Python3.8-only code and referencesClément Robert2023-03-141-5/+1
|
* TYP,ENH: Mark `numpy.typing` protocols as runtime checkableBvB932022-09-301-1/+32
|
* STY: Introduce various linting fixes to `numpy.typing`Bas van Beek2021-09-301-2/+2
| | | | | | * Introduce various linting fixes to `numpy.typing` * Add annotations to a few internal testing functions * Switch to PEP 585 `builtins` annotations where possible
* MAINT: Drop .py code-paths specific to Python 3.7Bas van Beek2021-08-301-9/+1
|
* TST: Test that the `numpy.typing` public API works in combination with ↵Bas van Beek2021-06-241-0/+90
runtime Introspection helpers * `typing.get_type_hints` * `typing.get_args` * `typing.get_origin`