On Wed, Mar 14, 2007 at 01:21:00PM +0200, [EMAIL PROTECTED] wrote:
> class A(InheritableSQLObject):
[skip]
> class C(A, B):

   Now A and C are two different tables,.

> #-------------------------------------
> c = C.get(1)
> 2007-03-14 11:45:34,513 testpython DEBUG C - _init
> 2007-03-14 11:45:34,513 testpython DEBUG A - _init

   This came from the instance of C.

> 2007-03-14 11:45:34,674 testpython DEBUG A - _init

   And this came from c._parent - an instance of A in c. This is how I
understand it.

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to