This file is indexed.

/usr/lib/python2.7/dist-packages/pafy/__init__.py is in python-pafy 0.3.62-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
 6
 7
 8
 9
10
11
from .pafy import get_playlist
from .pafy import new
from .pafy import __version__
from .pafy import __author__
from .pafy import __license__
import sys

if "test" not in sys.argv[0]:
    del pafy

del sys