This file is indexed.

/usr/lib/python3/dist-packages/flake8_polyfill/__init__.py is in python3-flake8-polyfill 1.0.2-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
"""The polyfill package for Flake8 plugins."""

__version__ = '1.0.2'
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())