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

Method profile

awscli/botocore/session.py:269–273  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

267
268 @property
269 def profile(self):
270 if self._profile is None:
271 profile = self.get_config_variable('profile')
272 self._profile = profile
273 return self._profile
274
275 def get_config_variable(self, logical_name, methods=None):
276 if methods is not None:

Callers

nothing calls this directly

Calls 1

get_config_variableMethod · 0.95

Tested by

no test coverage detected