Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ test
Method
test
tests/test_io.py:46–48 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
44
assert getattr(sys, channel) == std_ori
45
46
def
test(self):
47
for
chan in [
"stdout"
,
"stderr"
]:
48
self.tchan(chan)
49
50
51
class
TestIOStream(unittest.TestCase):
Callers
1
test_var_expand_self
Method · 0.45
Calls
1
tchan
Method · 0.95
Tested by
no test coverage detected