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

Method _display_response

awscli/clidriver.py:1110–1117  ·  view source on GitHub ↗
(self, command_name, response, parsed_globals)

Source from the content-addressed store, hash-verified

1108 return response
1109
1110 def _display_response(self, command_name, response, parsed_globals):
1111 output = parsed_globals.output
1112 if output is None:
1113 output = self._session.get_config_variable('output')
1114
1115 formatter = get_formatter(output, parsed_globals)
1116 with self._output_stream_factory.get_output_stream() as stream:
1117 formatter(command_name, response, stream)

Callers 4

invokeMethod · 0.95
display_responseFunction · 0.95
display_responseFunction · 0.95
display_responseFunction · 0.95

Calls 3

get_formatterFunction · 0.90
get_output_streamMethod · 0.80
get_config_variableMethod · 0.45

Tested by

no test coverage detected