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

Method set_config_variable

tests/unit/test_clidriver.py:289–293  ·  view source on GitHub ↗
(self, name, value)

Source from the content-addressed store, hash-verified

287 return self.credentials
288
289 def set_config_variable(self, name, value):
290 if name == 'profile':
291 self.profile = value
292 else:
293 self.session_vars[name] = value
294
295 def get_scoped_config(self):
296 return GET_VARIABLE.copy()

Calls

no outgoing calls

Tested by

no test coverage detected