Example #1
0
 def __init__(self, bound, target):
     self.bound = bound
     self.target = target
     LessThan_Impl.__init__(self)
 def __init__(self, bound , target ):
     self.bound = bound
     self.target = target
     LessThan_Impl.__init__(self)