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

Method push

IPython/extensions/tests/test_deduperreload.py:723–724  ·  view source on GitHub ↗
(self, items)

Source from the content-addressed store, hash-verified

721 self.auto_magics.post_execute_hook()
722
723 def push(self, items):
724 self.ns.update(items)
725
726 def magic_autoreload(self, parameter):
727 self.auto_magics.autoreload(parameter)

Callers 1

aimportMethod · 0.45

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected