|
From: Travis O. <oli...@ee...> - 2005-10-08 19:54:59
|
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 |