MCPcopy 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
54def 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
storeMethod · 0.85

Calls 3

refresh_variablesFunction · 0.85
restore_aliasesFunction · 0.85
restore_dhistFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…