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