Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ end_code
Method
end_code
awscli/bcdoc/style.py:165–167 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
163
self._start_inline(
'``'
)
164
165
def
end_code(self):
166
self.doc.do_translation = False
167
self._end_inline(
'``'
)
168
169
def
code(self, s):
170
if
s:
Callers
3
test_empty_code
Method · 0.95
test_empty_code
Method · 0.95
code
Method · 0.95
Calls
1
_end_inline
Method · 0.95
Tested by
2
test_empty_code
Method · 0.76
test_empty_code
Method · 0.76