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

Method _get_ssl_context

awscli/botocore/httpsession.py:354–355  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

352 return pool_manager_kwargs
353
354 def _get_ssl_context(self):
355 return create_urllib3_context()
356
357 def _get_proxy_manager(self, proxy_url):
358 if proxy_url not in self._proxy_managers:

Callers 2

Calls 1

create_urllib3_contextFunction · 0.85

Tested by

no test coverage detected