예제 #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
파일: defaultimp.py 프로젝트: jbalint/spark
 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"