This file is indexed.

/usr/lib/python2.7/dist-packages/numpy/distutils/__version__.py is in python-numpy 1:1.12.1-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
from __future__ import division, absolute_import, print_function

major = 0
minor = 4
micro = 0
version = '%(major)d.%(minor)d.%(micro)d' % (locals())