Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ write
Method
write
awscli/bcdoc/restdoc.py:39–43 ·
view source on GitHub ↗
Write content into the document.
(self, content)
Source
from the content-addressed store, hash-verified
37
self._writes.append(s)
38
39
def
write(self, content):
40
""
"
41
Write content into the document.
42
""
"
43
self._write(content)
44
45
def
writeln(self, content):
46
""
"
Callers
15
test_write
Method · 0.95
test_write
Method · 0.95
render
Method · 0.45
ok_handler
Method · 0.45
prompt_for_args
Method · 0.45
new_paragraph
Method · 0.45
new_line
Method · 0.45
_start_inline
Method · 0.45
_end_inline
Method · 0.45
bold
Method · 0.45
ref
Method · 0.45
_heading
Method · 0.45
Calls
1
_write
Method · 0.95
Tested by
2
test_write
Method · 0.76
test_write
Method · 0.76