This file is indexed.

/usr/share/doc/libxdmf-dev/examples/Python/XdmfDOMTest2.py is in libxdmf-dev 3.0+git20160803-4.

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

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
#!/bin/env python

from __future__ import print_function
from Xdmf import *

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