From: Oleg B. <ph...@ph...> - 2009-09-30 09:35:48
|
(Answering to the list...) On Wed, Sep 30, 2009 at 10:33:18AM +0100, Chris Wood wrote: > class Cruise(sqlobject.SQLObject): > connection = conn > class sqlmeta: > table = Table1 > idName = 'Table1ID' > fromDatabase = True > style = styles.Style() > testList = sqlmeta.columns > > print Cruise.sqlmeta.testList Why do you do this? Why not just print Cruise.sqlmeta.columns ? Oleg. -- Oleg Broytman http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |