MCPcopy 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
54class ExecutableNotFoundError(Exception):
55 def __init__(self, executable_name):
56 super().__init__(
57 f'Could not find executable named "{executable_name}"'
58 )
59
60
61def get_renderer(help_output):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected