]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Document visitors module
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Sep 2019 16:37:38 +0000 (12:37 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Sep 2019 16:38:28 +0000 (12:38 -0400)
commitb735fec4f4f7e7eef0cd840b25860a6629db25e8
tree9d87d477f4a7e20682a3d4e0ccb1d42a45a1444a
parentcfba40a79c4105c12e38d7b69854691bb661e65a
Document visitors module

As we are going to be adding a lot of new features to the visitors
module which may impact end-user custom constructs, start documenting
the package for now.

Change-Id: Ibae471c2cb861f6280f601b7b2382d61968825cd
(cherry picked from commit ed02d924dd0bd1bce56b40bea74e1d382c352833)
doc/build/core/expression_api.rst
doc/build/core/visitors.rst [new file with mode: 0644]
lib/sqlalchemy/sql/visitors.py