Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ write
Method
write
awscli/botocore/docs/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
_gzip_compress_fileobj
Function · 0.45
__setitem__
Method · 0.45
inject_deprecation_notice
Method · 0.45
document_copy_source_form
Function · 0.45
document_cloudformation_get_template_return_type
Function · 0.45
_replace_content
Method · 0.45
document_expires_shape
Function · 0.45
_add_client_intro
Method · 0.45
_add_client_creation_example
Method · 0.45
_add_overview
Method · 0.45
_add_exceptions_list
Method · 0.45
_add_exception_catch_example
Method · 0.45
Calls
1
_write
Method · 0.95
Tested by
no test coverage detected