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

Method __init__

awscli/help.py:599–601  ·  view source on GitHub ↗
(self, session, topic_name)

Source from the content-addressed store, hash-verified

597 EventHandlerClass = TopicDocumentEventHandler
598
599 def __init__(self, session, topic_name):
600 super().__init__(session, None, {}, {})
601 self._topic_name = topic_name
602
603 @property
604 def event_class(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected