MCPcopy 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_fileobjFunction · 0.45
__setitem__Method · 0.45
_replace_contentMethod · 0.45
document_expires_shapeFunction · 0.45
_add_client_introMethod · 0.45
_add_overviewMethod · 0.45
_add_exceptions_listMethod · 0.45

Calls 1

_writeMethod · 0.95

Tested by

no test coverage detected