Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ __init__
Method
__init__
awscli/help.py:55–58 ·
view source on GitHub ↗
(self, executable_name)
Source
from the content-addressed store, hash-verified
53
54
class
ExecutableNotFoundError(Exception):
55
def
__init__(self, executable_name):
56
super().__init__(
57
f
'Could not find executable named "{executable_name}"'
58
)
59
60
61
def
get_renderer(help_output):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected