[Numpy-discussion] Dcoument strings for ndarray

Travis Oliphant oliphant at ee.byu.edu
Sat Oct 8 12:55:20 EDT 2005


Colin J. Williams wrote:

> With a view to exploring Numeric3, below is a script to check the 
> availability of doc strings.
>
> Some are not yet available.
>
> There is a method __class__ module but the purpose is not clear.
>
> Colin W.
>
> # checkDocs.py
> ''' To check the availabilty of doc strings for the ndarray class.
>
>  Among the attributes of ndarray is:
> __class__ module(name[, doc])


I'm not sure what you are talking about here?  Where are you getting this?


I don't know of any such attribute.  There is a __class__ attribute.  
But I don't see a

__class__ module(name[, doc])   attribute

-Travis





More information about the NumPy-Discussion mailing list