MCPcopy 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_streamMethod · 0.95
test_stdoutMethod · 0.80

Calls 1

get_stdout_text_writerFunction · 0.90

Tested by 1

test_stdoutMethod · 0.64