コード例 #1
0
 def bind_impl(self, ctx):
     GreaterThan_Impl.bind_impl(self, ctx)
コード例 #2
0
 def reset(self):
     GreaterThan_Impl.reset(self)
コード例 #3
0
 def __init__(self, bound , target ):
     self.bound = bound
     self.target = target
     GreaterThan_Impl.__init__(self)