]> 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:37:38 +0000 (12:37 -0400)
commited02d924dd0bd1bce56b40bea74e1d382c352833
tree34e812217099484b2f3fbadf82a9953b33969ff0
parent7986a654a84bf6887394a8b908568a7406cd445a
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
doc/build/core/expression_api.rst
doc/build/core/visitors.rst [new file with mode: 0644]
lib/sqlalchemy/sql/visitors.py