kecnry / nparray

High-Level Wrappers for Building and Manipulating Numpy Arrays
https://nparray.readthedocs.io
GNU General Public License v3.0
0 stars 0 forks source link

support for dir #5

Open kecnry opened 7 years ago

kecnry commented 7 years ago

dir(nparrayobject) should return the available methods of both the object and the underlying array. I attempted this, but its difficult to reproduce the native __dir__ inside the custom __dir__

kecnry commented 5 years ago

See comments and solutions in this stackoverflow post: https://stackoverflow.com/questions/15507848/what-is-the-correct-way-to-override-the-dir-method