This is a pre-release version (latest). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy latest / numpy / lib / _npyio_impl / BagObj / __dir__

function

numpy.lib._npyio_impl:BagObj.__dir__

source: build-install/usr/lib/python3.14/site-packages/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__