/usr/share/pyshared/h5py/highlevel.py is in python-h5py 2.0.1-1build1.
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 | from _hl import filters
from _hl.base import is_hdf5, HLObject
from _hl.files import File
from _hl.group import Group, SoftLink, ExternalLink, HardLink
from _hl.dataset import Dataset
from _hl.datatype import Datatype
from _hl.attrs import AttributeManager
|