[Zope] How do I get an attribute from object, without aquisition

Max M maxm@mxm.dk
Tue, 07 May 2002 13:22:16 +0200


Maik Jablonski wrote:

> Max M wrote:
>
>> How do i limit my hasattr() to just an object and not the 
>> aquisitioned attributes ??
>
> hasattr(obj.aq_explicit,id)


Great ... thanks!

regards Max M