This file is indexed.

/usr/lib/python3/dist-packages/gphoto2cffi/__init__.py is in python3-gphoto2cffi 0.3~a1-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
from .gphoto2 import (Camera, list_cameras, supported_cameras,
                      get_library_version)

__all__ = [Camera, list_cameras, supported_cameras, get_library_version]