Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
384
class
EndpointCreator:
Callers
1
_do_get_response
Method · 0.95
Calls
1
send
Method · 0.45
Tested by
no test coverage detected