
Jan. 29, 2002
12:34 p.m.
I see in the docs that numarray uses accessor methods instead of properties, mainly because of performance (to avoid __getattr__ and __setattr__). With the new property type in Python 2.2, that shouldn't be as important anymore... Perhaps it would be possible to use properties where this type is available, and accessors elsewhere? -- Magnus Lie Hetland The Anygui Project http://hetland.org http://anygui.org