Beispiel #1
0
 def db_deleted(self):
     call_mro(self, 'on_deleted')
Beispiel #2
0
 def detach(self):
     detach_events(self)
     call_mro(self, 'on_detach')
Beispiel #3
0
 def db_created(self):
     call_mro(self, 'on_created')