]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Slight sanity/clarity improvement to the way VisitableType binds the
authorBrad Allen <bradallen137@gmail.com>
Thu, 17 Mar 2011 02:55:10 +0000 (22:55 -0400)
committerBrad Allen <bradallen137@gmail.com>
Thu, 17 Mar 2011 02:55:10 +0000 (22:55 -0400)
commitb0af89284800af0f8c103b2ef8b2a94fda85bb4f
treee86b0399a61544b279f3dac75cddda73b2fcaa6c
parent2b070a20c2ecf5bfcb85199467e07736f8988e81
Slight sanity/clarity improvement to the way VisitableType binds the
_compiler_dispatch. This code change has no functional or performance
implications, but it helps make the docstring easier to write.

Mostly this commit is about docstring improvements and comments
to explain optimizations.
lib/sqlalchemy/sql/visitors.py