コード例 #1
0
ファイル: FTSTV.py プロジェクト: Conservatory/openstv
  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, "-")