Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ start_note
Method
start_note
awscli/bcdoc/style.py:175–179 ·
view source on GitHub ↗
(self, attrs=None)
Source
from the content-addressed store, hash-verified
173
self.end_code()
174
175
def
start_note(self, attrs=None):
176
self.new_paragraph()
177
self.doc.write(
'.. note::'
)
178
self.indent()
179
self.new_paragraph()
180
181
def
end_note(self):
182
self.dedent()
Callers
7
test_note
Method · 0.95
test_note
Method · 0.95
_add_streaming_blob_note
Method · 0.45
_add_tagged_union_note
Method · 0.45
add_examples
Function · 0.45
add_custom_endpoint_url_note
Function · 0.45
_add_docs
Function · 0.45
Calls
3
new_paragraph
Method · 0.95
write
Method · 0.45
indent
Method · 0.45
Tested by
2
test_note
Method · 0.76
test_note
Method · 0.76