This file is indexed.

/usr/share/doc/python-xdmf/examples/XdmfDOMTest2.py is in python-xdmf 2.1.dfsg.1-11+b2.

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
#!/bin/env python

from Xdmf import *

dom = XdmfDOM()
# dom.SetInputFileName('Example2.xmf')
dom.Parse('Example2.xmf')
print dom.Serialize()