]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Improve reflection method docs
authorFederico Caselli <cfederico87@gmail.com>
Thu, 30 Jun 2022 20:26:12 +0000 (22:26 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 30 Jun 2022 21:09:09 +0000 (23:09 +0200)
commit286e5fb649f77367883800ba4ec3d536e8031ca8
tree71770543f36b63d7c27a92846930d6c5ffd08582
parentaae1696a64509e54efd7d59a137c5ea6743363a7
Improve reflection method docs

Point to the typed dict for the documentation instead of
duplicating it in the mothod text.

Change-Id: I041abee7dc27b95409950741e702d69101c22c6d
doc/build/orm/queryguide.rst
lib/sqlalchemy/engine/interfaces.py
lib/sqlalchemy/engine/reflection.py