This file is indexed.

/usr/share/doc/python-pymongo-doc/html/_sources/api/bson/code.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
:mod:`code` -- Tools for representing JavaScript code
=====================================================

.. automodule:: bson.code
   :synopsis: Tools for representing JavaScript code

   .. autoclass:: Code(code[, scope=None[, **kwargs]])
      :members:
      :show-inheritance: