MCPcopy Create free account
hub / github.com/aws/aws-cli / _send

Method _send

awscli/botocore/endpoint.py:380–381  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

378 return True
379
380 def _send(self, request):
381 return self.http_session.send(request)
382
383
384class EndpointCreator:

Callers 1

_do_get_responseMethod · 0.95

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected