[Zope-dev] call method of ancestor of ZClass

Tim McLaughlin tim@BCSWebservices.net
Mon, 19 Mar 2001 13:07:40 -0500


Anyone know how I could call the manage_afterAdd method of ZObjectManager
from a python method which is overriding the method in a ZClass.  Maybe
something like this (but this doesn't work.

manage_afterAdd(item, container):
  context.ZObjectManager.manage_afterAdd(item,container)
  do_something_else()

TIA,
Tim McLaughlin