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

Method render

awscli/autoprompt/doc.py:101–102  ·  view source on GitHub ↗
(self, contents)

Source from the content-addressed store, hash-verified

99 self._io = io.BytesIO()
100
101 def render(self, contents):
102 self._io.write(contents)
103
104 @property
105 def contents(self):

Callers 1

__call__Method · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected