h5pydantic.types
Module Contents
Classes
All subclasses must be able to save all their possible values to HDF5 without error. |
|
Signed Integers, using 64 bits. |
|
Signed Integers, using 32 bits. |
Functions
|
Map from the Python type to the h5py type. |
- class h5pydantic.types.H5Type
All subclasses must be able to save all their possible values to HDF5 without error.
- numpy: Type[H5Type.numpy]
- h5pyid: h5py.h5t.TypeIntegerID
- class h5pydantic.types.H5Int64
Bases:
int,H5TypeSigned Integers, using 64 bits.
Initialize self. See help(type(self)) for accurate signature.
- ge
- le
- h5pyid
- numpy