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

Method __init__

awscli/help.py:558–562  ·  view source on GitHub ↗
(self, session, operation_model, arg_table, name, event_class)

Source from the content-addressed store, hash-verified

556 EventHandlerClass = OperationDocumentEventHandler
557
558 def __init__(self, session, operation_model, arg_table, name, event_class):
559 HelpCommand.__init__(self, session, operation_model, None, arg_table)
560 self.param_shorthand = ParamShorthandParser()
561 self._name = name
562 self._event_class = event_class
563
564 @property
565 def event_class(self):

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45

Tested by

no test coverage detected