MCPcopy Create free account
hub / github.com/aws/aws-cli / client_api

Method client_api

awscli/botocore/docs/service.py:79–88  ·  view source on GitHub ↗
(self, section)

Source from the content-addressed store, hash-verified

77 section.style.table_of_contents(title='Table of Contents', depth=2)
78
79 def client_api(self, section):
80 examples = None
81 try:
82 examples = self.get_examples(self._service_name)
83 except DataNotFoundError:
84 pass
85
86 ClientDocumenter(
87 self._client, self._root_docs_path, examples
88 ).document_client(section)
89
90 def client_exceptions(self, section):
91 ClientExceptionsDocumenter(

Callers 1

document_serviceMethod · 0.95

Calls 3

get_examplesMethod · 0.95
ClientDocumenterClass · 0.90
document_clientMethod · 0.80

Tested by

no test coverage detected