[Zope] Questions on Acquistion
Evan Simpson
evan@4-am.com
Fri, 10 Dec 1999 23:25:07 -0600
scott kaplan wrote:
> Hi all,
> I have an odd question about acquistion, it has to do with acquiring
> anything that starts with an underscore. Can anyone explain this to me.
> (I understand w/ inheritance of names that start with one underscore the
> name is changed to privitize the variable, but this seems different)
It is. Acquisition doesn't work on names starting with an underscore;
They're considered private.
Cheers,
Evan @ 4-am