MCPcopy Create free account
hub / github.com/aws/aws-cli / has_streaming_output

Method has_streaming_output

awscli/botocore/model.py:725–726  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

723
724 @CachedProperty
725 def has_streaming_output(self):
726 return self.get_streaming_output() is not None
727
728 def get_streaming_input(self):
729 return self._get_streaming_body(self.input_shape)

Callers

nothing calls this directly

Calls 1

get_streaming_outputMethod · 0.95

Tested by

no test coverage detected