~ubuntu-branches/ubuntu/wily/pymongo/wily-proposed

« back to all changes in this revision

Viewing changes to doc/api/bson/objectid.rst

  • Committer: Package Import Robot
  • Author(s): Federico Ceratto
  • Date: 2015-04-26 22:43:13 UTC
  • mfrom: (24.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20150426224313-0hga2jphvf0rrmfe
Tags: 3.0.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
.. automodule:: bson.objectid
5
5
   :synopsis: Tools for working with MongoDB ObjectIds
6
6
 
7
 
   .. autoclass:: bson.objectid.ObjectId([oid=None])
 
7
   .. autoclass:: bson.objectid.ObjectId(oid=None)
8
8
      :members:
9
9
 
10
10
      .. describe:: str(o)