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

Method setUp

IPython/core/tests/test_ultratb.py:353–354  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

351 r3o1()
352"""
353 def setUp(self):
354 ip.run_cell(self.DEFINITIONS)
355
356 def test_no_recursion(self):
357 with tt.AssertNotPrints("frames repeated"):

Callers

nothing calls this directly

Calls 1

run_cellMethod · 0.45

Tested by

no test coverage detected