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

Method test_paste

tests/test_magic_terminal.py:116–120  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

114 ip.hooks.clipboard_get = self.original_clip
115
116 def test_paste(self):
117 ip.user_ns.pop("x", None)
118 self.paste("x = 1")
119 self.assertEqual(ip.user_ns["x"], 1)
120 ip.user_ns.pop("x")
121
122 def test_paste_pyprompt(self):
123 ip.user_ns.pop("x", None)

Callers

nothing calls this directly

Calls 2

pasteMethod · 0.95
popMethod · 0.80

Tested by

no test coverage detected