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