]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
__init__ monkeypatch looks for __init__ in the class' dict rather than via getattr...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Feb 2006 19:16:34 +0000 (19:16 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Feb 2006 19:16:34 +0000 (19:16 +0000)
commita31a7d0dc082df31101bc93fdd2501d20d39678f
treea0ea493402eb1eef78171728699de937eefaf43b
parentfd61189aa885764d9012bd5855104b258c44b716
__init__ monkeypatch looks for __init__ in the class' dict rather than via getattr(), to bypass inheritance lookups
lib/sqlalchemy/mapping/mapper.py