Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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_id
Method · 0.45
test_timeit
Method · 0.45
test_time
Method · 0.45
test_macro
Method · 0.45
setUp
Method · 0.45
test_timeit
Method · 0.45
load_ipython_extension
Function · 0.45
Calls
1
update
Method · 0.45
Tested by
no test coverage detected