MCPcopy Index your code
hub / github.com/aws/aws-cli / start_codeblock

Method start_codeblock

awscli/botocore/docs/bcdoc/style.py:314–317  ·  view source on GitHub ↗
(self, attrs=None)

Source from the content-addressed store, hash-verified

312 self.doc.keep_data = True
313
314 def start_codeblock(self, attrs=None):
315 self.doc.write('::')
316 self.indent()
317 self.new_paragraph()
318
319 def end_codeblock(self):
320 self.dedent()

Callers 9

codeblockMethod · 0.95
_add_paginatorMethod · 0.45
document_exampleMethod · 0.45
_add_single_waiterMethod · 0.45
document_inputMethod · 0.45
document_outputMethod · 0.45

Calls 3

new_paragraphMethod · 0.95
writeMethod · 0.45
indentMethod · 0.45

Tested by

no test coverage detected