Does __slots__ make access to variables more efficient?If one uses property() to create a few read-only pseudo-variables, does that negate the efficiency advantages of using __slots__?
(Somehow I feel the documentation needs a bit of improvement.)
-- Charles Hixson -- http://mail.python.org/mailman/listinfo/python-list