Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ code
Method
code
awscli/bcdoc/style.py:169–173 ·
view source on GitHub ↗
(self, s)
Source
from the content-addressed store, hash-verified
167
self._end_inline(
'``'
)
168
169
def
code(self, s):
170
if
s:
171
self.start_code()
172
self.doc.write(s)
173
self.end_code()
174
175
def
start_note(self, attrs=None):
176
self.new_paragraph()
Callers
2
test_code
Method · 0.95
test_code
Method · 0.95
Calls
3
start_code
Method · 0.95
end_code
Method · 0.95
write
Method · 0.45
Tested by
2
test_code
Method · 0.76
test_code
Method · 0.76