This file is indexed.

/usr/lib/python2.7/dist-packages/sphinx_gallery/__init__.py is in python-sphinx-gallery 0.1.13-1ubuntu1.

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
"""
Sphinx Gallery
==============

"""
import os
__version__ = '0.1.13'


def glr_path_static():
    """Returns path to packaged static files"""
    return os.path.abspath(os.path.join(os.path.dirname(__file__), '_static'))