]> 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:36 +0000 (12:38 -0400)
commit0c3b4f984662b5839219640b2ea705e8a6816978
tree39b79fafc90cf09e72bf011e079aca31a3817b43
parent070cde69418762158fde05d2b50d5d26c97e1711
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