mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
remove now useless __ne__
This commit is contained in:
parent
2b14676f0f
commit
899e9a0e7a
1 changed files with 0 additions and 3 deletions
|
@ -264,9 +264,6 @@ class TestCase(object):
|
|||
|
||||
return self._testMethodName == other._testMethodName
|
||||
|
||||
def __ne__(self, other):
|
||||
return not self == other
|
||||
|
||||
def __hash__(self):
|
||||
return hash((type(self), self._testMethodName))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue