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

Function restore_data

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

Source from the content-addressed store, hash-verified

51
52
53def restore_data(ip):
54 refresh_variables(ip)
55 restore_aliases(ip)
56 restore_dhist(ip)
57
58
59@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