[ buster ]
[ ソース: python-dictobj ]
パッケージ: python-dictobj (0.4-3)
python-dictobj に関するリンク
Debian の資源:
python-dictobj ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [pypi.python.org]
類似のパッケージ:
Python dictionary where keys can be accessed as instance attributes
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 2 version.