This file is indexed.

/usr/lib/python2.7/dist-packages/PySPH-1.0a4.dev0-py2.7-linux-x86_64.egg/pyzoltan/api.py is in python-pysph 0~20160514.git91867dc-4build1.

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
 9
10
11
12
13
14
15
16
"""General imports for PyZoltan"""

# CArrays
import pyzoltan.core.carray as carray
from pyzoltan.core.carray import UIntArray, IntArray, LongArray, \
    DoubleArray

# Main Zoltan load balancer
from pyzoltan.core.zoltan import get_zoltan_id_type_max
from pyzoltan.core.zoltan import PyZoltan, ZoltanGeometricPartitioner

# Zoltan unstructured comm
from pyzoltan.core.zoltan_comm import ZComm

# Zoltan distributed directory
from pyzoltan.core.zoltan_dd import Zoltan_DD