[Python-Dev] PEP 549: Instance Properties (aka: module properties) (original) (raw)
Ivan Levkivskyi levkivskyi at gmail.com
Tue Sep 12 04:43:54 EDT 2017
- Previous message (by thread): [Python-Dev] PEP 549: Instance Properties (aka: module properties)
- Next message (by thread): [Python-Dev] PEP 549: Instance Properties (aka: module properties)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
@Larry
"@property" 375 hits "def getattr" 28 hits I don't think it is fair to compare occurrences of getattr vs occurrences of @property, since in the first case one would use a single getattr per class, while in the second case @property is required for every attribute.
@Guido
I'm still poindering this. I am far from decided about whether it's better to ... The decision is up to you, I just wanted to bring an idea that is both simpler and more performance efficient.
-- Ivan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20170912/91d269ef/attachment.html>
- Previous message (by thread): [Python-Dev] PEP 549: Instance Properties (aka: module properties)
- Next message (by thread): [Python-Dev] PEP 549: Instance Properties (aka: module properties)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]