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

Method _get_fetcher

awscli/utils.py:132–135  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

130 return region
131
132 def _get_fetcher(self):
133 if self._fetcher is None:
134 self._fetcher = self._create_fetcher()
135 return self._fetcher
136
137 def _create_fetcher(self):
138 metadata_timeout = self._session.get_config_variable(

Callers 1

Calls 1

_create_fetcherMethod · 0.95

Tested by

no test coverage detected