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

Method _write_children

awscli/bcdoc/docstringparser.py:117–119  ·  view source on GitHub ↗
(self, doc)

Source from the content-addressed store, hash-verified

115 self._write_children(doc)
116
117 def _write_children(self, doc):
118 for child in self.children:
119 child.write(doc)
120
121
122class TagNode(StemNode):

Callers 2

writeMethod · 0.95
writeMethod · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected