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

Method create_documenter

tests/unit/test_clidocs.py:807–808  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

805 return help_command
806
807 def create_documenter(self):
808 return GlobalOptionsDocumenter(self.create_help_command())
809
810 def test_doc_global_options(self):
811 documenter = self.create_documenter()

Callers 2

Calls 2

create_help_commandMethod · 0.95

Tested by

no test coverage detected