Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ __hash__
Method
__hash__
IPython/core/completer.py:403–404 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
401
self.text == other.text
402
403
def
__hash__(self):
404
return
hash((self.start, self.end, self.text))
405
406
407
_IC = Iterable[Completion]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected