MCPcopy Index your code
hub / github.com/ipython/ipython / restore_dhist

Function restore_dhist

IPython/extensions/storemagic.py:50–51  ·  view source on GitHub ↗
(ip)

Source from the content-addressed store, hash-verified

48
49
50def restore_dhist(ip):
51 ip.user_ns['_dh'] = ip.db.get('dhist',[])
52
53
54def restore_data(ip):

Callers 1

restore_dataFunction · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…