コード例 #1
0
ファイル: odgchararray.py プロジェクト: Huskyeder/augustus
 def __lt__(self, other):
     return compare_chararrays(self, other, '<', True)
コード例 #2
0
ファイル: odgchararray.py プロジェクト: Huskyeder/augustus
 def __ge__(self, other):
     return compare_chararrays(self, other, '>=', True)
コード例 #3
0
ファイル: odgchararray.py プロジェクト: Huskyeder/augustus
 def __eq__(self, other):
     return compare_chararrays(self, other, '==', True)
コード例 #4
0
ファイル: odgchararray.py プロジェクト: soedjais/augustus
 def __lt__(self, other):
     return compare_chararrays(self, other, '<', True)
コード例 #5
0
ファイル: odgchararray.py プロジェクト: soedjais/augustus
 def __ge__(self, other):
     return compare_chararrays(self, other, '>=', True)
コード例 #6
0
ファイル: odgchararray.py プロジェクト: soedjais/augustus
 def __eq__(self, other):
     return compare_chararrays(self, other, '==', True)