Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ __str__
Method
__str__
IPython/utils/capture.py:82–83 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
80
self._outputs = outputs
81
82
def
__str__(self):
83
return
self.stdout
84
85
@property
86
def
stdout(self):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected