예제 #1
0
 def committed(self):
     Item.committed(self)
     if getattr(self, '_committed', None) is not None:
         self._committed(self)
예제 #2
0
파일: test_item.py 프로젝트: bne/squeal
 def committed(self):
     Item.committed(self)
     if getattr(self, '_committed', None) is not None:
         self._committed(self)