Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ get_stderr_text_writer
Function
get_stderr_text_writer
awscli/compat.py:239–240 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
237
238
239
def
get_stderr_text_writer():
240
return
_get_text_writer(sys.stderr, errors=
"replace"
)
241
242
243
def
get_stderr_encoding():
Callers
2
main
Method · 0.90
main
Method · 0.90
Calls
1
_get_text_writer
Function · 0.85
Tested by
no test coverage detected