Crate numcodecs_python
source ·Structs§
- Represents a
numcodecs.abc.Codecinstance object. - Represents a
numcodecs.abc.Codecclass object. - Wrapper around
PyCodecClasses to use theDynCodecTypeAPI. - Dynamic registry of codec classes.
Traits§
- Methods implemented for
PyCodecClasses. - Methods implemented for
PyCodecs.
Functions§
- Export the
DynCodecTypetyto Python by generating a freshPyCodecClassinsidemoduleand registering it with thePyCodecRegistry.