Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
133
def
_get_text_writer(stream, errors):
134
set_preferred_output_encoding(stream)
135
return
stream
136
137
138
def
validate_preferred_output_encoding():
Callers
2
get_stdout_text_writer
Function · 0.85
get_stderr_text_writer
Function · 0.85
Calls
1
set_preferred_output_encoding
Function · 0.85
Tested by
no test coverage detected