Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ start_danger
Method
start_danger
awscli/bcdoc/style.py:195–199 ·
view source on GitHub ↗
(self, attrs=None)
Source
from the content-addressed store, hash-verified
193
self.new_paragraph()
194
195
def
start_danger(self, attrs=None):
196
self.new_paragraph()
197
self.doc.write(
'.. danger::'
)
198
self.indent()
199
self.new_paragraph()
200
201
def
end_danger(self):
202
self.dedent()
Callers
2
test_danger
Method · 0.95
test_danger
Method · 0.95
Calls
3
new_paragraph
Method · 0.95
write
Method · 0.45
indent
Method · 0.45
Tested by
2
test_danger
Method · 0.76
test_danger
Method · 0.76