This file is indexed.

/usr/bin/pygtk-demo is in python-gtk2-doc 2.24.0-3.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
#! /usr/bin/python

import sys
import os.path
pygtklibdir = os.path.join("/usr/share", "pygtk", "2.0")
sys.path.insert(0, pygtklibdir)
execfile(os.path.join(pygtklibdir, "pygtk-demo.py"))