MCPcopy 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_writeMethod · 0.95
test_writeMethod · 0.95
renderMethod · 0.45
ok_handlerMethod · 0.45
prompt_for_argsMethod · 0.45
new_paragraphMethod · 0.45
new_lineMethod · 0.45
_start_inlineMethod · 0.45
_end_inlineMethod · 0.45
boldMethod · 0.45
refMethod · 0.45
_headingMethod · 0.45

Calls 1

_writeMethod · 0.95

Tested by 2

test_writeMethod · 0.76
test_writeMethod · 0.76