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