在ipython
我可以使用TAB 到查看對象的對象:如何顯示對象的對象,如在IPython中
In [1]: import numpy as np
In [2]: np.
Display all 590 possibilities? (y or n)
np.ALLOW_THREADS np.bartlett np.errstate np.isclose np.nested_iters np.seterrcall
np.BUFSIZE np.base_repr np.euler_gamma np.iscomplex np.newaxis np.seterrobj
np.CLIP np.bench np.exp np.iscomplexobj np.newbuffer np.setxor1d
np.ComplexWarning np.binary_repr np.exp2 np.isfinite np.nextafter np.shape
np.DataSource np.bincount np.expand_dims np.isfortran np.nonzero np.shares_memory
....
有編程的方式來做到這一點的ipython
之外?我可以用普通的Python腳本打印這些對象嗎?