This file is indexed.

/usr/lib/python2.7/dist-packages/simpleparse/xmlparser/__init__.py is in python-simpleparse 2.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
 6
 7
 8
 9
10
11
"""XML Parsing package

At the moment it's really limited,
but it does the basics, and the rest
is mostly just a matter of fiddling
about with Unicode and CharacterType
support.  There is only very minimal
support for Reference types, basically
we note that a Reference exists, but
don't do any further processing of it.
"""