MCPcopy 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_noteMethod · 0.95
test_noteMethod · 0.95
add_examplesFunction · 0.45
_add_docsFunction · 0.45

Calls 3

new_paragraphMethod · 0.95
writeMethod · 0.45
indentMethod · 0.45

Tested by 2

test_noteMethod · 0.76
test_noteMethod · 0.76