def bind_impl(self, ctx):
     ChooseTheBest_Impl.bind_impl(self, ctx)
 def reset(self):
     ChooseTheBest_Impl.reset(self)
 def __init__(self, array = None):
     self.array = array if array is not None else []
     ChooseTheBest_Impl.__init__(self)