MCPcopy
hub / github.com/aws/aws-cli / write

Method write

tests/functional/docs/test_examples.py:68–69  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

66# We're collecting and reporting these via AssertionErrors messages.
67class NoopWriter:
68 def write(self, *args, **kwargs):
69 pass
70
71
72class _ExampleTests(BaseAWSHelpOutputTest):

Calls

no outgoing calls

Tested by

no test coverage detected