예제 #1
0
  def preCount(self):
    WeightedInclusiveSTV.preCount(self)

    self.optionsMsg = "Using a %s threshold." % \
                      string.join(self.threshName, "-")
예제 #2
0
파일: FTSTV.py 프로젝트: drumbuster/OpenSTV
    def preCount(self):
        WeightedInclusiveSTV.preCount(self)

        self.optionsMsg = "Using a %s threshold." % \
                          string.join(self.threshName, "-")