This file is indexed.

/usr/share/pyshared/pycallgraph/metadata.py is in python-pycallgraph 1.0.1-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
# A different file to pycallgraph.py because of circular import problem

__version__ = '1.0.1'
__copyright__ = 'Copyright Gerald Kaszuba 2007-2013'
__license__ = 'GPLv2'
__author__ = 'Gerald Kaszuba'
__email__ = 'pycallgraph@gakman.com'
__url__ = 'http://pycallgraph.slowchop.com/'
__credits__ = [
    'Gerald Kaszuba',
]