예제 #1
0
 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)
예제 #3
0
 def __init__(self, id=None, klass=None):
     VNode.__init__(self, id)
     self.klass = klass
예제 #4
0
파일: nodes.py 프로젝트: noirbizarre/dupy
 def __init__(self, id=None, klass=None):
     VNode.__init__(self, id)
     self.klass = klass