This file is indexed.

/usr/lib/python3/dist-packages/h5py/tests/old/__init__.py is in python3-h5py 2.6.0-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
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
from __future__ import absolute_import

from . import ( test_attrs,
                test_attrs_data,
                test_base,
                test_dataset,
                test_datatype,
                test_dimension_scales,
                test_file,
                test_group,
                test_h5,
                test_h5f,
                test_h5p,
                test_h5t,
                test_objects,
                test_selections,
                test_slicing )
                
MODULES = ( test_attrs,
                test_attrs_data,
                test_base,
                test_dataset,
                test_datatype,
                test_dimension_scales,
                test_file,
                test_group,
                test_h5,
                test_h5f,
                test_h5p,
                test_h5t,
                test_objects,
                test_selections,
                test_slicing )