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

Method setUp

IPython/core/tests/test_interactiveshell.py:567–569  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

565class TestSystemRaw(ExitCodeChecks):
566
567 def setUp(self):
568 super().setUp()
569 self.system = ip.system_raw
570
571 @onlyif_unicode_paths
572 def test_1(self):

Callers 2

setUpMethod · 0.45
setUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected