(?)
Quotes are added by the Goodreads community and are not verified by Goodreads. (Learn more)

“If you wish to use this method, you can avoid loops by coding instance attribute assignments as assignments to attribute dictionary keys. That is, use self.__dict__['name'] = x, not self.name = x; because you’re not assigning to __dict__ itself, this avoids the loop:”

Mark Lutz, Learning Python: Powerful Object-Oriented Programming
Read more quotes from Mark Lutz


Share this quote:
Share on Twitter

Friends Who Liked This Quote

To see what your friends thought of this quote, please sign up!

0 likes
All Members Who Liked This Quote

None yet!


This Quote Is From

Learning Python: Powerful Object-Oriented Programming Learning Python: Powerful Object-Oriented Programming by Mark Lutz
3,191 ratings, average rating, 177 reviews

Browse By Tag