This file is indexed.

/usr/lib/python3/dist-packages/petsc4py/PETSc.py is in python3-petsc4py 3.7.0-3build2.

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
ARCH = None
from petsc4py.lib import ImportPETSc
PETSc = ImportPETSc(ARCH)
PETSc._initialize()
del PETSc
del ImportPETSc
del ARCH