On Tue, Jun 13, 2006 at 06:53:54AM -0500, Charles Duffy wrote: > I'm in situation where it would be convenient to specify a value for > createJoinTables at class definition time.
createJoinTables() is called from createTable(). Why not just pass neccessary arguments to createTable()? cls.createTable(ifNotExists=True, **createJoinTableArgs) Oleg. -- Oleg Broytmann http://phd.pp.ru/ [EMAIL PROTECTED] Programmers don't die, they just GOSUB without RETURN. _______________________________________________ sqlobject-discuss mailing list sqlobject-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss