This file is indexed.

/usr/lib/python2.7/dist-packages/pyvisa-py/protocols/__init__.py is in python-pyvisa-py 0.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
11
12
13
# -*- coding: utf-8 -*-
"""
    pyvisa-py.protocols
    ~~~~~~~~~~~~~~~~~~~

    Implements protocols on top of lower level libraries to talk to instruments.


    :copyright: 2014 by PyVISA-py Authors, see AUTHORS for more details.
    :license: MIT, see LICENSE for more details.
"""

from __future__ import division, unicode_literals, print_function, absolute_import