Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ getvalue
Method
getvalue
awscli/bcdoc/restdoc.py:234–235 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
232
return
value
233
234
def
getvalue(self):
235
return
''
.join(self._writes).encode(
'utf-8'
)
236
237
def
remove_all_sections(self):
238
self._structure = OrderedDict()
Callers
1
flush_structure
Method · 0.95
Calls
1
encode
Method · 0.45
Tested by
no test coverage detected