7 Jun
2004
7 Jun
'04
1:16 p.m.
On Mon, 7 Jun 2004 07:46:41 +0200 Dieter Maurer <dieter@handshake.de> wrote: [..]
Meanwhile, the best way to access optional attributes seems to be
if getattr(aq_base(obj), attrname, notFound) is not notFound: attr = getattr(obj, attrname) ...
Ahhh, the miracle of acqfuscation... -Casey