Coverage for /usr/lib/python3/dist-packages/h5py/_debian_h5py_serial/_hl/__init__.py: 100%
0 statements
« prev ^ index » next coverage.py v7.9.1, created at 2025-06-14 15:55 +0200
« prev ^ index » next coverage.py v7.9.1, created at 2025-06-14 15:55 +0200
1# This file is part of h5py, a Python interface to the HDF5 library.
2#
3# http://www.h5py.org
4#
5# Copyright 2008-2013 Andrew Collette and contributors
6#
7# License: Standard 3-clause BSD; see "license.txt" for full license terms
8# and contributor agreement.
10"""
11 This subpackage implements the high-level interface for h5py.
13 Don't manually import things from here; the public API lives directly
14 in the top-level package namespace.
15"""