예제 #1
0
파일: Util.py 프로젝트: billynip/map
 def __le__(self, other):
     self.__make_unique()
     return UserList.__le__(self, other)
예제 #2
0
파일: Util.py 프로젝트: madnessw/thesnow
 def __le__(self, other):
     self.__make_unique()
     return UserList.__le__(self, other)