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

Method _end_nested_param

awscli/botocore/docs/example.py:160–165  ·  view source on GitHub ↗
(self, section, end=None)

Source from the content-addressed store, hash-verified

158 section.style.new_line()
159
160 def _end_nested_param(self, section, end=None):
161 section.style.dedent()
162 section.style.dedent()
163 section.style.new_line()
164 if end is not None:
165 section.write(end)
166
167 def _end_structure(self, section, start, end):
168 # If there are no members in the strucuture, then make sure the

Callers 3

_end_structureMethod · 0.95

Calls 3

dedentMethod · 0.45
new_lineMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected