MCPcopy Index your code
hub / github.com/ipython/ipython / push

Method push

tests/test_zzz_autoreload.py:90–91  ·  view source on GitHub ↗
(self, items)

Source from the content-addressed store, hash-verified

88 self.auto_magics.post_execute_hook()
89
90 def push(self, items):
91 self.ns.update(items)
92
93 def magic_autoreload(self, parameter):
94 self.auto_magics.autoreload(parameter)

Callers 7

test_drop_by_idMethod · 0.45
test_timeitMethod · 0.45
test_timeMethod · 0.45
test_macroMethod · 0.45
setUpMethod · 0.45
test_timeitMethod · 0.45
load_ipython_extensionFunction · 0.45

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected