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

Method __init__

tests/functional/docs/test_examples.py:355–357  ·  view source on GitHub ↗
(self, document)

Source from the content-addressed store, hash-verified

353
354class CollectCLICommands(docutils.nodes.GenericNodeVisitor):
355 def __init__(self, document):
356 docutils.nodes.GenericNodeVisitor.__init__(self, document)
357 self.cli_commands = []
358
359 def visit_literal_block(self, node):
360 contents = node.rawsource.strip()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected