Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ has_section
Method
has_section
awscli/botocore/docs/bcdoc/restdoc.py:190–191 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
188
return
self._structure[name]
189
190
def
has_section(self, name):
191
return
name in self._structure
192
193
def
delete_section(self, name):
194
""
"Delete a section"
""
Callers
1
document_expires_shape
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected