This file is indexed.

/usr/lib/python2.7/dist-packages/_pytest/_code/__init__.py is in python-pytest 3.3.2-2.

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
""" python inspection/code generation API """
from __future__ import absolute_import, division, print_function
from .code import Code  # noqa
from .code import ExceptionInfo  # noqa
from .code import Frame  # noqa
from .code import Traceback  # noqa
from .code import getrawcode  # noqa
from .source import Source  # noqa
from .source import compile_ as compile  # noqa
from .source import getfslineno  # noqa