summaryrefslogtreecommitdiff
path: root/numpy/_utils/_inspect.py
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Move _inspect and _pep440 from compat to _utilsSebastian Berg2022-11-251-0/+191
Note that unfortunately, compat does expose _inspect as well, so the import remains (just the definition place moves).