MCPcopy Index your code
hub / github.com/aws/aws-cli / _get_text_writer

Function _get_text_writer

awscli/compat.py:133–135  ·  view source on GitHub ↗
(stream, errors)

Source from the content-addressed store, hash-verified

131
132
133def _get_text_writer(stream, errors):
134 set_preferred_output_encoding(stream)
135 return stream
136
137
138def validate_preferred_output_encoding():

Callers 2

get_stdout_text_writerFunction · 0.85
get_stderr_text_writerFunction · 0.85

Calls 1

Tested by

no test coverage detected