Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ _add_title
Method
_add_title
awscli/botocore/docs/client.py:242–243 ·
view source on GitHub ↗
(self, section)
Source
from the content-addressed store, hash-verified
240
self._add_exception_classes()
241
242
def
_add_title(self, section):
243
section.style.h2(
'Client Exceptions'
)
244
245
def
_add_overview(self, section):
246
section.style.new_line()
Callers
1
document_exceptions
Method · 0.95
Calls
1
h2
Method · 0.45
Tested by
no test coverage detected