Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ push
Method
push
IPython/extensions/tests/test_autoreload.py:55–56 ·
view source on GitHub ↗
(self, items)
Source
from the content-addressed store, hash-verified
53
self.auto_magics.post_execute_hook()
54
55
def
push(self, items):
56
self.ns.update(items)
57
58
def
magic_autoreload(self, parameter):
59
self.auto_magics.autoreload(parameter)
Callers
1
aimport
Method · 0.45
Calls
1
update
Method · 0.45
Tested by
no test coverage detected