This file is indexed.

/usr/lib/python2.7/dist-packages/pyPdf/__init__.py is in python-pypdf 1:1.13-3.

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 pdf import PdfFileReader, PdfFileWriter
import warnings
__all__ = ["pdf"]
warnings.warn( "shouldn't use python-pypdf anymore! Now use python-pypdf2.", DeprecationWarning)