Esempio n. 1
0
 def __init__(self, bound, target):
     self.bound = bound
     self.target = target
     LessThan_Impl.__init__(self)
Esempio n. 2
0
 def __init__(self, bound , target ):
     self.bound = bound
     self.target = target
     LessThan_Impl.__init__(self)