MCPcopy
hub / github.com/aws/aws-cli / insert_write

Method insert_write

awscli/bcdoc/restdoc.py:80–85  ·  view source on GitHub ↗

Inserts the content argument to the stack directly before the supplied index.

(self, index, content)

Source from the content-addressed store, hash-verified

78 return None
79
80 def insert_write(self, index, content):
81 """
82 Inserts the content argument to the stack directly before the
83 supplied index.
84 """
85 self._writes.insert(index, content)
86
87 def getvalue(self):
88 """

Callers 2

test_insert_writeMethod · 0.95
document_expires_stringFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_insert_writeMethod · 0.76