This file is indexed.

/usr/share/gnudatalanguage/lib/py_print.pro is in libgnudatalanguage0 0.9.7-2.

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
pro py_print,a
  on_error, 2

  PYTHON,"python_print","py_print",a

end