コード例 #1
0
ファイル: nodes.py プロジェクト: inactivist/clonedigger
 def append(self, child):
     """overridden to detect problems easily"""
     assert child not in self.parents()
     VNode.append(self, child)
コード例 #2
0
ファイル: nodes.py プロジェクト: noirbizarre/dupy
 def append(self, child):
     """overridden to detect problems easily"""
     assert child not in self.parents()
     VNode.append(self, child)