Esempio n. 1
0
 def __init__(self, decl):
     Imp.__init__(self, decl)
     self.counter = 0
Esempio n. 2
0
 def __init__(self, decl, propertyName):
     Imp.__init__(self, decl)
     self.propertyName = propertyName
Esempio n. 3
0
 def __init__(self, decl):
     Imp.__init__(self, decl)
     self.val = "Test-Failed"
Esempio 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)
Esempio 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)
Esempio n. 6
0
 def __init__(self, decl):
     Imp.__init__(self, decl)
     self.val = "Test-Failed"