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

Method test_clear_text

tests/unit/bcdoc/test_document.py:183–186  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

181 self.assertEqual(self.doc_structure.available_sections, [])
182
183 def test_clear_text(self):
184 self.doc_structure.write('Foo')
185 self.doc_structure.clear_text()
186 self.assertEqual(self.doc_structure.flush_structure(), b'')

Callers

nothing calls this directly

Calls 3

writeMethod · 0.45
clear_textMethod · 0.45
flush_structureMethod · 0.45

Tested by

no test coverage detected