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

Method _emit_first_response

awscli/arguments.py:501–503  ·  view source on GitHub ↗
(self, name, **kwargs)

Source from the content-addressed store, hash-verified

499 return self._event_emitter.emit(name, **kwargs)
500
501 def _emit_first_response(self, name, **kwargs):
502 responses = self._emit(name, **kwargs)
503 return first_non_none_response(responses)
504
505
506class ListArgument(CLIArgument):

Callers 1

_unpack_argumentMethod · 0.95

Calls 2

_emitMethod · 0.95
first_non_none_responseFunction · 0.90

Tested by

no test coverage detected