Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
python3-dictobj
Python3 dictionary where keys can be accessed as instance attributes
http://pypi.python.org/pypi/dictobj
0
no reviews
Install
This package extends the functionality of the normal Python dictionary by affording the ability to lookup dictionary keys as instance attributes (i.e. __getattr__) instead of "indices" (i.e. __getitem__).
This package contains the Python 3 version.