This file is indexed.

/usr/lib/python2.7/dist-packages/cv_bridge/__init__.py is in python-cv-bridge 1.12.3+ds-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
from .core import CvBridge, CvBridgeError

# python bindings
try:
    # This try is just to satisfy doc jobs that are built differently.
    from cv_bridge.boost.cv_bridge_boost import cvtColorForDisplay, getCvType
except ImportError:
    pass