19 Apr
2002
19 Apr
'02
3:37 p.m.
On Fri, 19 Apr 2002 15:28:52 +0000 (UTC), jalon@dev.in.nuxeo.com () wrote:
It seems there is no way to get the real 'b' attribute from a, i.e. the B instance set at the line "a.b = B()"
Thats exactly right. your __of__ method means that *any* time you try to take a B object out of an A, you get a C object instead of a B. try a.__dict__['b'] Toby Dickenson tdickenson@geminidataloggers.com