Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ start_codeblock
Method
start_codeblock
awscli/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
4
codeblock
Method · 0.95
doc_synopsis_start
Method · 0.45
doc_option_example
Method · 0.45
doc_synopsis_start
Method · 0.45
Calls
3
new_paragraph
Method · 0.95
write
Method · 0.45
indent
Method · 0.45
Tested by
no test coverage detected