This file is indexed.

/usr/lib/python3/dist-packages/gearman/__init__.py is in python3-gearman.libgearman 0.13.2-3build2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)