Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ handle_data
Method
handle_data
awscli/bcdoc/restdoc.py:100–102 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
98
return
[self.translation_map.get(w, w)
for
w in words]
99
100
def
handle_data(self, data):
101
if
data and self.keep_data:
102
self._write(data)
103
104
def
include_doc_string(self, doc_string):
105
if
doc_string:
Callers
2
test_non_top_level_lists_are_indented
Method · 0.45
test_non_top_level_lists_are_indented
Method · 0.45
Calls
1
_write
Method · 0.95
Tested by
2
test_non_top_level_lists_are_indented
Method · 0.36
test_non_top_level_lists_are_indented
Method · 0.36