[Zope] Re: Access to properties without accessing the same properties in parent classes

Maik Jablonski maik.jablonski@uni-bielefeld.de
Sun, 17 Nov 2002 21:11:47 +0100


Dr. F. Tröster wrote:
> Is there a possibilty with the method "hasProperty(...)" to test an 
> object to have a special property without looking for the same property 
> not inherited by the parents part of the object?

please no html-mails.

explicit acquisition should help:

yourObject.aq_explicit.hasProperty(...)

-mj