~crunch.io/ubuntu/precise/pymongo/unstable

« back to all changes in this revision

Viewing changes to doc/api/pymongo/index.rst

  • Committer: Joseph Tate
  • Date: 2013-01-31 08:00:57 UTC
  • mfrom: (1.1.12)
  • Revision ID: jtate@dragonstrider.com-20130131080057-y7lv17xi6x8c1j5x
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
   :synopsis: Python driver for MongoDB
6
6
 
7
7
   .. autodata:: version
8
 
   .. data:: Connection
9
 
 
10
 
      Alias for :class:`pymongo.connection.Connection`.
11
 
 
12
 
   .. data:: ReplicaSetConnection
13
 
 
14
 
      Alias for :class:`pymongo.replica_set_connection.ReplicaSetConnection`.
15
 
 
16
 
   .. autoclass:: pymongo.ReadPreference
 
8
   .. data:: MongoClient
 
9
 
 
10
      Alias for :class:`pymongo.mongo_client.MongoClient`.
 
11
 
 
12
   .. data:: MongoReplicaSetClient
 
13
 
 
14
      Alias for :class:`pymongo.mongo_replica_set_client.MongoReplicaSetClient`.
 
15
 
 
16
   .. autoclass:: pymongo.read_preferences.ReadPreference
17
17
   .. autofunction:: has_c
18
18
 
19
19
Sub-modules:
28
28
   errors
29
29
   master_slave_connection
30
30
   message
 
31
   mongo_client
 
32
   mongo_replica_set_client
31
33
   pool
32
34
   replica_set_connection
33
35
   son_manipulator