コード例 #1
0
ファイル: data.py プロジェクト: Antiger2005/mst
 def __cmp__(self, other):
     ret = AbstractResult.__cmp__(self, other)
     if ret != 0:
         return ret
     else:
         return compare_float(self.mst_weight, other.mst_weight)
コード例 #2
0
 def __cmp__(self, other):
     ret = AbstractResult.__cmp__(self, other)
     if ret != 0:
         return ret
     else:
         return compare_float(self.mst_weight, other.mst_weight)
コード例 #3
0
ファイル: data.py プロジェクト: Antiger2005/mst
 def __cmp__(self, other):
     ret = AbstractResult.__cmp__(self, other)
     if ret != 0:
         return ret
     else:
         return compare_float(self.time_sec, other.time_sec)
コード例 #4
0
 def __cmp__(self, other):
     ret = AbstractResult.__cmp__(self, other)
     if ret != 0:
         return ret
     else:
         return compare_float(self.time_sec, other.time_sec)