Exemplo n.º 1
0
 def __init__(self, decl):
     Imp.__init__(self, decl)
     self.counter = 0
Exemplo n.º 2
0
 def __init__(self, decl, propertyName):
     Imp.__init__(self, decl)
     self.propertyName = propertyName
Exemplo n.º 3
0
 def __init__(self, decl):
     Imp.__init__(self, decl)
     self.val = "Test-Failed"
Exemplo n.º 4
0
 def __init__(self, decl):
     Imp.__init__(self, decl)
     self._detindices_lists = ()
     self._det_check_all = False
     self._idsym = Symbol(self.symbol.id)
Exemplo n.º 5
0
 def __init__(self, decl):
     Imp.__init__(self, decl)
     self._detindices_lists = ()
     self._det_check_all = False
     self._idsym = Symbol(self.symbol.id)
Exemplo n.º 6
0
 def __init__(self, decl):
     Imp.__init__(self, decl)
     self.val = "Test-Failed"