Home | Trees | Indices | Help |
---|
|
object --+ | ViewResults
Object to retrieve view results.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
total_rows return number of total rows in the view |
|||
offset current position in the view |
|||
Inherited from |
|
Constructor of ViewResults object
|
Return the first result of this query or None if the result doesn’t contain any row. This results in an execution of the underlying query. |
Return exactly one result or raise an exception. Raises `couchdbkit.exceptions.MultipleResultsFound` if multiple rows are returned. If except_all is True, raises `couchdbkit.exceptions.NoResultFound` if the query selects no rows. This results in an execution of the underlying query. |
|
total_rowsreturn number of total rows in the view
|
offsetcurrent position in the view
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri May 4 11:48:40 2012 | http://epydoc.sourceforge.net |