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

Method start_important

awscli/bcdoc/style.py:185–189  ·  view source on GitHub ↗
(self, attrs=None)

Source from the content-addressed store, hash-verified

183 self.new_paragraph()
184
185 def start_important(self, attrs=None):
186 self.new_paragraph()
187 self.doc.write('.. warning::')
188 self.indent()
189 self.new_paragraph()
190
191 def end_important(self):
192 self.dedent()

Callers 2

test_importantMethod · 0.95
test_importantMethod · 0.95

Calls 3

new_paragraphMethod · 0.95
writeMethod · 0.45
indentMethod · 0.45

Tested by 2

test_importantMethod · 0.76
test_importantMethod · 0.76