bundles / numpy 2.4.3 / numpy / lib / _npyio_impl / BagObj / __dir__
function
numpy.lib._npyio_impl:BagObj.__dir__
source: /numpy/lib/_npyio_impl.py :91
Signature
def __dir__ ( self ) Summary
Enables dir(bagobj) to list the files in an NpzFile.
Extended Summary
This also enables tab-completion in an interpreter or IPython.
Aliases
-
numpy.lib._npyio_impl.BagObj.__dir__