コード例 #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)