Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
26
def
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
load
Method · 0.90
index_filename
Method · 0.90
__init__
Method · 0.90
CompletionIndex
Class · 0.90
test_config_off
Method · 0.90
Calls
no outgoing calls
Tested by
1
test_config_off
Method · 0.72