Searched refs:other (Results 1 – 2 of 2) sorted by relevance
228 def __ne__(self, other): argument229 return not self.__eq__(other)231 def __eq__(self, other): argument232 return (isinstance(other, self.__class__) and233 self._name == other._name and234 self._fieldnames == other._fieldnames and235 self._values == other._values)
33 requirements only apply if some other kernel config option has a particular