mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-28 03:26:01 -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
215 B
Python
8 lines
215 B
Python
"""
|
|
Examples illustrating the usage of the "association object" pattern,
|
|
where an intermediary class mediates the relationship between two
|
|
classes that are associated in a many-to-many pattern.
|
|
|
|
.. autosource::
|
|
|
|
""" |