Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
235
def
get_stdout_text_writer():
236
return
_get_text_writer(sys.stdout, errors=
"strict"
)
237
238
239
def
get_stderr_text_writer():
Callers
7
test_json_prints_unicode_chars
Method · 0.90
get_stdout_stream
Method · 0.90
main
Method · 0.90
main
Method · 0.90
_output_log_events
Method · 0.90
__init__
Method · 0.90
deploy
Method · 0.90
Calls
1
_get_text_writer
Function · 0.85
Tested by
1
test_json_prints_unicode_chars
Method · 0.72