numpy / numpy-stubs

Experimental typing stubs for NumPy
BSD 3-Clause "New" or "Revised" License
282 stars 32 forks source link

ENH: add __name__ attribue to ufuncs #55

Closed person142 closed 4 years ago

person142 commented 4 years ago

Follow up to https://github.com/numpy/numpy-stubs/pull/44.

SciPy actually uses __name__, so add it.