MCPcopy Create free account
hub / github.com/aws/aws-cli / handle_data

Method handle_data

awscli/bcdoc/restdoc.py:100–102  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

98 return [self.translation_map.get(w, w) for w in words]
99
100 def handle_data(self, data):
101 if data and self.keep_data:
102 self._write(data)
103
104 def include_doc_string(self, doc_string):
105 if doc_string:

Calls 1

_writeMethod · 0.95