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

Method pop_write

awscli/bcdoc/restdoc.py:58–62  ·  view source on GitHub ↗

Removes and returns the last content written to the stack.

(self)

Source from the content-addressed store, hash-verified

56 return self._writes[-1]
57
58 def pop_write(self):
59 """
60 Removes and returns the last content written to the stack.
61 """
62 return self._writes.pop()
63
64 def push_write(self, s):
65 """

Callers 4

document_translationFunction · 0.45
_end_inlineMethod · 0.45
end_aMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected