MCPcopy
hub / github.com/aws/aws-cli / _write_array

Method _write_array

tests/unit/bcdoc/test_document.py:29–31  ·  view source on GitHub ↗
(self, doc, arr)

Source from the content-addressed store, hash-verified

27
28class TestReSTDocument(unittest.TestCase):
29 def _write_array(self, doc, arr):
30 for elt in arr:
31 doc.write(elt)
32
33 def test_write(self):
34 doc = ReSTDocument()

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected