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

Method __init__

awscli/help.py:528–533  ·  view source on GitHub ↗
(
        self, session, obj, command_table, arg_table, name, event_class
    )

Source from the content-addressed store, hash-verified

526 EventHandlerClass = ServiceDocumentEventHandler
527
528 def __init__(
529 self, session, obj, command_table, arg_table, name, event_class
530 ):
531 super().__init__(session, obj, command_table, arg_table)
532 self._name = name
533 self._event_class = event_class
534
535 @property
536 def event_class(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected