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

Method write

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

Source from the content-addressed store, hash-verified

150 super(LineItemNode, self).__init__('li', attrs, parent)
151
152 def write(self, doc):
153 self._lstrip(self)
154 super(LineItemNode, self).write(doc)
155
156 def _lstrip(self, node):
157 """

Callers

nothing calls this directly

Calls 2

_lstripMethod · 0.95
writeMethod · 0.45

Tested by

no test coverage detected