werkzeug.BaseResponse.is_sequence

BaseResponse.is_sequence

If the iterator is buffered, this property will be True. A response object will consider an iterator to be buffered if the response attribute is a list or tuple.

New in version 0.6.