This file is indexed.

/usr/lib/python3/dist-packages/pgpy/packet/__init__.py is in python3-pgpy 0.4.3-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
 5
 6
 7
 8
 9
10
11
from .types import Key
from .types import Opaque
from .types import Packet
from .types import Primary
from .types import Private
from .types import Public
from .types import Sub

from .packets import *  # NOQA

__all__ = ['Key', 'Opaque', 'Packet', 'Primary', 'Private', 'Public', 'Sub']