MCPcopy Create free account
hub / github.com/ipython/ipython / restore_dhist

Function restore_dhist

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

Source from the content-addressed store, hash-verified

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

Callers 1

restore_dataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected