コード例 #1
0
ファイル: httputil.py プロジェクト: ChristophMr/PolArg
 def __cmp__(self, other):
     diff = builtins.cmp(self.qvalue, other.qvalue)
     if diff == 0:
         diff = builtins.cmp(str(self), str(other))
     return diff
コード例 #2
0
ファイル: httputil.py プロジェクト: ChristophMr/PolArg
 def __cmp__(self, other):
     return builtins.cmp(self.value, other.value)