MCPcopy Index your code
hub / github.com/aws/aws-cli / _write

Method _write

awscli/botocore/docs/bcdoc/restdoc.py:35–37  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

33 self._last_doc_string = None
34
35 def _write(self, s):
36 if self.keep_data and s is not None:
37 self._writes.append(s)
38
39 def write(self, content):
40 """

Callers 3

writeMethod · 0.95
writelnMethod · 0.95
handle_dataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected