Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
test_doc_global_options
Method · 0.95
test_doc_global_synopsis
Method · 0.95
Calls
2
create_help_command
Method · 0.95
GlobalOptionsDocumenter
Class · 0.90
Tested by
no test coverage detected