Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ X
Class
X
IPython/core/tests/test_inputsplitter.py:110–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
def
setUp(self):
109
self.old_stdin = sys.stdin
110
class
X:
pass
111
fake_stdin = X()
112
sys.stdin = fake_stdin
113
Callers
1
setUp
Method · 0.70
Calls
no outgoing calls
Tested by
1
setUp
Method · 0.56