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

Method write

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

Source from the content-addressed store, hash-verified

112 self.children.append(child)
113
114 def write(self, doc):
115 self._write_children(doc)
116
117 def _write_children(self, doc):
118 for child in self.children:

Callers

nothing calls this directly

Calls 1

_write_childrenMethod · 0.95

Tested by

no test coverage detected