This file is indexed.

/usr/lib/python3/dist-packages/prompt_toolkit/contrib/completers/__init__.py is in python3-prompt-toolkit 1.0.9-1.

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
from __future__ import unicode_literals

from .filesystem import PathCompleter
from .base import WordCompleter
from .system import SystemCompleter