def reset(self): LessThan_Impl.reset(self)
def bind_impl(self, ctx): LessThan_Impl.bind_impl(self, ctx)
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)