summaryrefslogtreecommitdiff
path: root/numpy/tests/typing/pass/scalars.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Move typing testsCharles Harris2020-09-071-129/+0
* MAINT: Only allow `SupportsIndex` for python >= 3.8Bas van Beek2020-09-011-3/+7
* ENH: Add an alias for `Union[str, bytes]`; updated two `np.generic` constructorsBas van Beek2020-09-011-0/+2
* TST: Add tests for the new `generic` constructorsBas van Beek2020-09-011-3/+28
* Allow `None` to be passed to certain `generic` subclassesBas van Beek2020-06-251-0/+6
* MAINT: changed np.generic arguments to positional-only (#16583)Bas van Beek2020-06-141-0/+4
* MAINT: move typing tests cases into a subdirectory of numpy/testsJosh Wilson2020-06-071-0/+88