Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ gethashfile
Function
gethashfile
IPython/external/pickleshare.py:58–59 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
56
57
58
def
gethashfile(key):
59
return
(
"%02x"
% abs(hash(key) % 256))[-2:]
60
61
62
_sentinel = object()
Callers
2
hset
Method · 0.85
hget
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…