MCPcopy Create free account
hub / github.com/ipython/ipython / setUp

Method setUp

IPython/core/tests/test_run.py:168–170  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

166class TestMagicRunPass(tt.TempFileMixin):
167
168 def setUp(self):
169 content = "a = [1,2,3]\nb = 1"
170 self.mktmp(content)
171
172 def run_tmpfile(self):
173 _ip = get_ipython()

Callers

nothing calls this directly

Calls 1

mktmpMethod · 0.80

Tested by

no test coverage detected