MCPcopy
hub / github.com/aws/aws-cli / get_stdout_text_writer

Function get_stdout_text_writer

awscli/compat.py:235–236  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

233
234
235def get_stdout_text_writer():
236 return _get_text_writer(sys.stdout, errors="strict")
237
238
239def get_stderr_text_writer():

Callers 7

get_stdout_streamMethod · 0.90
mainMethod · 0.90
mainMethod · 0.90
_output_log_eventsMethod · 0.90
__init__Method · 0.90
deployMethod · 0.90

Calls 1

_get_text_writerFunction · 0.85

Tested by 1