This file is indexed.

/usr/lib/python2.7/dist-packages/h5py/_hl/__init__.py is in python-h5py 2.7.1-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
 7
 8
 9
10
11
12
13
14
15
16
17
# This file is part of h5py, a Python interface to the HDF5 library.
#
# http://www.h5py.org
#
# Copyright 2008-2013 Andrew Collette and contributors
#
# License:  Standard 3-clause BSD; see "license.txt" for full license terms
#           and contributor agreement.

"""
    This subpackage implements the high-level interface for h5py.
    
    Don't manually import things from here; the public API lives directly
    in the top-level package namespace.
"""

from __future__ import absolute_import