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

Method __init__

awscli/help.py:466–481  ·  view source on GitHub ↗
(
        self,
        session,
        command_table,
        arg_table,
        description,
        synopsis,
        usage,
    )

Source from the content-addressed store, hash-verified

464 EventHandlerClass = ProviderDocumentEventHandler
465
466 def __init__(
467 self,
468 session,
469 command_table,
470 arg_table,
471 description,
472 synopsis,
473 usage,
474 ):
475 HelpCommand.__init__(self, session, None, command_table, arg_table)
476 self.description = description
477 self.synopsis = synopsis
478 self.help_usage = usage
479 self._subcommand_table = None
480 self._topic_tag_db = None
481 self._related_items = ['aws help topics']
482
483 @property
484 def event_class(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected