This file is indexed.

/usr/lib/python2.7/dist-packages/neovim/version.py is in python-neovim 0.2.0-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
from .util import Version

VERSION = Version(major=0, minor=1, patch=14, prerelease="dev")

__all__ = ('VERSION',)