[Python-Dev] Attributes access with dict
Eric Smith
eric at trueblade.com
Fri Mar 25 02:29:02 CET 2011
More information about the Python-Dev mailing list
Fri Mar 25 02:29:02 CET 2011
- Previous message: [Python-Dev] Attributes access with dict
- Next message: [Python-Dev] Attributes access with dict
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 3/24/2011 8:10 PM, Eugene Toder wrote: >> Although we do something similar with namedtuple (instead of using a >> dict), so it's not like we have a strict distinction. > > Named tuple is a convenience to avoid creating boilerplate classes (or > resorting to use dict with well-known keys). My point is that I don't see the distinction between avoiding using dicts with well-known keys and wanting to access a dict with attribute access (which is where this started). Seems the same to me. Not that it matters much to me either way. Eric.
- Previous message: [Python-Dev] Attributes access with dict
- Next message: [Python-Dev] Attributes access with dict
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list