summaryrefslogtreecommitdiff
path: root/numpy/typing/_nested_sequence.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Fixed an issue wherein `npt._NestedSequence` did not supertype `range`Bas van Beek2021-10-051-4/+1
* ENH: Add a protocol for representing nested sequencesBas van Beek2021-09-191-0/+93