cloudant / python-cloudant

A Python library for Cloudant and CouchDB
Apache License 2.0
163 stars 55 forks source link

Add ``Result.all()`` convenience method #321

Closed smithsz closed 7 years ago

smithsz commented 7 years ago

Thanks for your hard work, please ensure all items are complete before opening.

What

Add Result.all() convenience method.

How

Performs same functionality as result[:].

Testing

Includes additional unit test.

Issues

Fixes #233.