Example #1
0
 def __cmp__(self, other):
     if self.behavior != other.behavior:
         return 1
     else:
         return utils.cmp_string(self.key, other.key)
Example #2
0
 def __cmp__(self, other):
     return utils.cmp_string(self.name, other.name)
Example #3
0
 def __cmp__(self, other):
     return utils.cmp_string(self.script.str_relative(), other.script.str_relative())
Example #4
0
 def __cmp__(self, other):
     if self.behavior != other.behavior :
         return -1
     else:
         return utils.cmp_string(self.key, other.key)
Example #5
0
 def __cmp__(self, other):
     return utils.cmp_string(self.name, other.name)