def db_deleted(self): call_mro(self, 'on_deleted')
def detach(self): detach_events(self) call_mro(self, 'on_detach')
def db_created(self): call_mro(self, 'on_created')