Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > c0251feaf0eb23c74744953fdaadb08b > files > 71

python3-bson-2.5.2-9.mga5.i586.rpm

:mod:`cursor` -- Tools for iterating over MongoDB query results
===============================================================

.. automodule:: pymongo.cursor
   :synopsis: Tools for iterating over MongoDB query results

   .. autoclass:: pymongo.cursor.Cursor
      :members:

      .. describe:: c[index]

         See :meth:`__getitem__`.

      .. automethod:: __getitem__