This file is indexed.

/usr/lib/python2.7/dist-packages/docker/version.py is in python-docker 1.8.0-0ubuntu1.

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

The actual contents of the file can be viewed below.

1
2
version = "1.8.0"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])