Lines Matching refs:other
98 def __eq__(self, other): argument
99 return (self.name == other.name and
100 self.uclass_id == other.uclass_id and
101 self.compat == other.compat and
102 self.priv == other.priv and
103 self.plat == other.plat and
104 self.used == other.used)
149 def __eq__(self, other): argument
150 return (self.name == other.name and
151 self.uclass_id == other.uclass_id and
152 self.priv == other.priv)