Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __ne__
Method
__ne__
Lib/importlib/metadata/_text.py:76–77 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
74
return
self.lower() == other.lower()
75
76
def
__ne__(self, other):
77
return
self.lower() != other.lower()
78
79
def
__hash__(self):
80
return
hash(self.lower())
Callers
nothing calls this directly
Calls
1
lower
Method · 0.95
Tested by
no test coverage detected