Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ _start_inline
Method
_start_inline
awscli/bcdoc/style.py:79–80 ·
view source on GitHub ↗
(self, markup)
Source
from the content-addressed store, hash-verified
77
self.doc.write(
'\n%s'
% self.spaces())
78
79
def
_start_inline(self, markup):
80
self.doc.write(markup)
81
82
def
_end_inline(self, markup):
83
# Sometimes the HTML markup has whitespace between the end
Callers
3
start_bold
Method · 0.95
start_italics
Method · 0.95
start_code
Method · 0.95
Calls
1
write
Method · 0.45
Tested by
no test coverage detected