Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ get_stdout_stream
Method
get_stdout_stream
awscli/utils.py:453–454 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
451
452
@contextlib.contextmanager
453
def
get_stdout_stream(self):
454
yield
get_stdout_text_writer()
455
456
def
_get_configured_pager(self):
457
return
self._session.get_component(
'config_store'
).get_config_variable(
Callers
2
get_output_stream
Method · 0.95
test_stdout
Method · 0.80
Calls
1
get_stdout_text_writer
Function · 0.90
Tested by
1
test_stdout
Method · 0.64