This file is indexed.

/usr/share/doc/python-pymongo-doc/html/_sources/api/bson/index.txt is in python-pymongo-doc 2.6.3-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
:mod:`bson` -- BSON (Binary JSON) Encoding and Decoding
=======================================================

.. automodule:: bson
   :synopsis: BSON (Binary JSON) Encoding and Decoding
   :members:

Sub-modules:

.. toctree::
   :maxdepth: 2

   binary
   code
   dbref
   errors
   json_util
   max_key
   min_key
   objectid
   son
   timestamp
   tz_util