Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ test_paste_pyprompt
Method
test_paste_pyprompt
tests/test_magic_terminal.py:122–126 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
120
ip.user_ns.pop(
"x"
)
121
122
def
test_paste_pyprompt(self):
123
ip.user_ns.pop(
"x"
, None)
124
self.paste(
">>> x=2"
)
125
self.assertEqual(ip.user_ns[
"x"
], 2)
126
ip.user_ns.pop(
"x"
)
127
128
def
test_paste_py_multi(self):
129
self.paste(
Callers
nothing calls this directly
Calls
2
paste
Method · 0.95
pop
Method · 0.80
Tested by
no test coverage detected