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

Method write

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

Source from the content-addressed store, hash-verified

130 self.tag = tag
131
132 def write(self, doc):
133 self._write_start(doc)
134 self._write_children(doc)
135 self._write_end(doc)
136
137 def _write_start(self, doc):
138 handler_name = 'start_%s' % self.tag

Callers

nothing calls this directly

Calls 3

_write_startMethod · 0.95
_write_endMethod · 0.95
_write_childrenMethod · 0.45

Tested by

no test coverage detected