Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
677
class
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
setUp
Method · 0.45
setUp
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected