This file is indexed.

/usr/lib/python2.7/dist-packages/jpyconfig.py is in python-jpy 0.9-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
# Created by 'jpyutil.py' tool
# This file is read by the 'jpyutil' module in order to load and configure the JVM from Python
java_home = '/usr/lib/jvm/default-java'
jvm_dll = '/usr/lib/jvm/default-java/jre/lib/amd64/server/libjvm.so'
jvm_maxmem = None
jvm_classpath = []
jvm_properties = {}
jvm_options = []