Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ CapturedRenderer
Class
CapturedRenderer
awscli/testutils.py:364–369 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
362
363
364
class
CapturedRenderer:
365
def
__init__(self):
366
self.rendered_contents =
''
367
368
def
render(self, contents):
369
self.rendered_contents = contents.decode(
'utf-8'
)
370
371
372
class
CapturedOutput:
Callers
2
test_docs_prints_url
Method · 0.90
setUp
Method · 0.85
Calls
no outgoing calls
Tested by
2
test_docs_prints_url
Method · 0.72
setUp
Method · 0.68