Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
50
def
restore_dhist(ip):
51
ip.user_ns[
'_dh'
] = ip.db.get(
'dhist'
,[])
52
53
54
def
restore_data(ip):
Callers
1
restore_data
Function · 0.85
Calls
1
get
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…