MCPcopy
hub / github.com/awslabs/aws-shell / build_config_file_path

Function build_config_file_path

awsshell/utils.py:26–27  ·  view source on GitHub ↗
(file_name)

Source from the content-addressed store, hash-verified

24
25
26def build_config_file_path(file_name):
27 return os.path.join(os.path.expanduser('~'), '.aws', 'shell', file_name)
28
29
30@contextlib.contextmanager

Callers 5

loadMethod · 0.90
index_filenameMethod · 0.90
__init__Method · 0.90
CompletionIndexClass · 0.90
test_config_offMethod · 0.90

Calls

no outgoing calls

Tested by 1

test_config_offMethod · 0.72