Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ stream
Method
stream
scripts/performance/simple_stubbed_tests.py:15–19 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
13
""
"
14
15
def
stream(self, **kwargs):
16
contents = self.read()
17
while
contents:
18
yield
contents
19
contents = self.read()
20
21
22
class
StubbedHTTPClient:
Callers
nothing calls this directly
Calls
1
read
Method · 0.45
Tested by
no test coverage detected