[sqlalchemy] Dynamic Declarative Class Generation and "TypeError: Boolean value of this clause is not defined" when doing help()

2015-09-21 Thread Cliff Hill
So, I have some code that is constructing a declarative table definition on the fly, built from a YAML file. It works great. However, when I try to do *help(tablename)*, I get the following error: Python 3.4.3 (default, May 14 2015, 09:48:44) [GCC 4.3.4 [gcc-4_3-branch revision 152973]] on

Re: [sqlalchemy] Dynamic Declarative Class Generation and "TypeError: Boolean value of this clause is not defined" when doing help()

2015-09-21 Thread Mike Bayer
On 9/21/15 4:08 PM, Cliff Hill wrote: So, I have some code that is constructing a declarative table definition on the fly, built from a YAML file. It works great. However, when I try to do *help(tablename)*, I get the following error: Python 3.4.3 (default, May 14 2015, 09:48:44)