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

Method _add_title

awscli/botocore/docs/client.py:84–85  ·  view source on GitHub ↗
(self, section)

Source from the content-addressed store, hash-verified

82 return True
83
84 def _add_title(self, section):
85 section.style.h2('Client')
86
87 def _add_client_intro(self, section, client_methods):
88 section = section.add_new_section('intro')

Callers 1

document_clientMethod · 0.95

Calls 1

h2Method · 0.45

Tested by

no test coverage detected