Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ restore_data
Function
restore_data
IPython/extensions/storemagic.py:54–57 ·
view source on GitHub ↗
(ip)
Source
from the content-addressed store, hash-verified
52
53
54
def
restore_data(ip):
55
refresh_variables(ip)
56
restore_aliases(ip)
57
restore_dhist(ip)
58
59
60
@magics_class
Callers
2
__init__
Method · 0.85
store
Method · 0.85
Calls
3
refresh_variables
Function · 0.85
restore_aliases
Function · 0.85
restore_dhist
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…