MCPcopy 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
58def gethashfile(key):
59 return ("%02x" % abs(hash(key) % 256))[-2:]
60
61
62_sentinel = object()

Callers 2

hsetMethod · 0.85
hgetMethod · 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…