Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ getvalue
Method
getvalue
awscli/botocore/docs/bcdoc/restdoc.py:215–216 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
213
return
value
214
215
def
getvalue(self):
216
return
''
.join(self._writes).encode(
'utf-8'
)
217
218
def
remove_all_sections(self):
219
self._structure = OrderedDict()
Callers
1
flush_structure
Method · 0.95
Calls
1
encode
Method · 0.45
Tested by
no test coverage detected