Pierre GM wrote: > I agree that this one is not really informative. A >>>> a.__class__.__doc__? > provides a docstring interestingly truncated under ipython, but nothing > useful either.
"a.__class__?" is the command that you are after, not "a.__class__.__doc__?". a.__class__.__doc__ is a string, so interrogating it with ? will tell you information about strings rather than a.__class__ . -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion