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

Function get_stdout_encoding

awscli/testutils.py:781–785  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

779
780
781def get_stdout_encoding():
782 encoding = getattr(sys.__stdout__, 'encoding', None)
783 if encoding is None:
784 encoding = 'utf-8'
785 return encoding
786
787
788def _wait_and_collect_mem(process):

Callers 3

test_unicode_downloadMethod · 0.90
awsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected