Structs§
- Represents a
numcodecs.abc.Codec
instance object. - Represents a
numcodecs.abc.Codec
class object. - Wrapper around
PyCodecClass
es to use theDynCodecType
API. - Dynamic registry of codec classes.
Traits§
- Methods implemented for
PyCodecClass
es. - Methods implemented for
PyCodec
s.
Functions§
- Export the
DynCodecType
ty
to Python by generating a freshPyCodecClass
insidemodule
and registering it with thePyCodecRegistry
.