Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_important
Method · 0.95
test_important
Method · 0.95
Calls
3
new_paragraph
Method · 0.95
write
Method · 0.45
indent
Method · 0.45
Tested by
2
test_important
Method · 0.76
test_important
Method · 0.76