mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-26 10:32:33 -04:00
546015e6e1
to allow ad-hoc display of the source of any file, as well as a "directory listing" structure. - reorganize examples/ to take advantage of new extension. in particular, keep moving all the descriptive text for files etc. into module docstrings, taking more advantage of self-documentation.
8 lines
248 B
Python
8 lines
248 B
Python
""" 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::
|
|
|
|
""" |