[Numpy-discussion] What are the chances of getting numarray properties?

Magnus Lie Hetland magnus at hetland.org
Tue Jan 29 12:34:04 EST 2002


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




More information about the NumPy-Discussion mailing list