Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ CapturedOutput
Class
CapturedOutput
awscli/testutils.py:372–375 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
370
371
372
class
CapturedOutput:
373
def
__init__(self, stdout, stderr):
374
self.stdout = stdout
375
self.stderr = stderr
376
377
378
@contextlib.contextmanager
Callers
1
capture_output
Function · 0.85
Calls
no outgoing calls
Tested by
1
capture_output
Function · 0.68