Example #1
0
 def bind_impl(self, ctx):
     ChooseTheBest_Impl.bind_impl(self, ctx)
Example #2
0
 def reset(self):
     ChooseTheBest_Impl.reset(self)
Example #3
0
 def __init__(self, array = None):
     self.array = array if array is not None else []
     ChooseTheBest_Impl.__init__(self)