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

Method push_write

awscli/bcdoc/restdoc.py:64–68  ·  view source on GitHub ↗

Places new content on the stack.

(self, s)

Source from the content-addressed store, hash-verified

62 return self._writes.pop()
63
64 def push_write(self, s):
65 """
66 Places new content on the stack.
67 """
68 self._writes.append(s)
69
70 def find_last_write(self, content):
71 """

Callers 2

_end_inlineMethod · 0.45
end_aMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected