Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
codeblock
Method · 0.95
_add_client_creation_example
Method · 0.45
_add_exception_catch_example
Method · 0.45
_add_paginator
Method · 0.45
document_example
Method · 0.45
_add_single_waiter
Method · 0.45
document_input
Method · 0.45
document_output
Method · 0.45
document_model_driven_method
Function · 0.45
Calls
3
new_paragraph
Method · 0.95
write
Method · 0.45
indent
Method · 0.45
Tested by
no test coverage detected