summaryrefslogtreecommitdiff
path: root/examples/dynamic_dict/__init__.py
blob: e592ea20056a73806dbc39edc2cc0e864c065de8 (plain)
1
2
3
4
5
6
7
8
""" Illustrates how to place a dictionary-like facade on top of a
"dynamic" relation, so that dictionary operations (assuming simple
string keys) can operate upon a large collection without loading the
full collection at once.

.. autosource::

"""