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

Method setUp

tests/test_interactiveshell.py:678–680  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

676
677class TestSystemRaw(ExitCodeChecks):
678 def setUp(self):
679 super().setUp()
680 self.system = ip.system_raw
681
682 @onlyif_unicode_paths
683 def test_1(self):

Callers 2

setUpMethod · 0.45
setUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected