Questions on __slots__

Charles Hixson charleshixsn at earthlink.net
Fri May 18 12:53:32 EDT 2012


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




More information about the Python-list mailing list