File: vlen.rst

package info (click to toggle)
numcodecs 0.7.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 792 kB
  • sloc: python: 4,269; makefile: 217; ansic: 35; sh: 8
file content (35 lines) | stat: -rw-r--r-- 688 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Codecs for variable-length objects
==================================
.. automodule:: numcodecs.vlen

VLenUTF8
--------
.. autoclass:: VLenUTF8

    .. autoattribute:: codec_id
    .. automethod:: encode
    .. automethod:: decode
    .. automethod:: get_config
    .. automethod:: from_config


VLenBytes
---------
.. autoclass:: VLenBytes

    .. autoattribute:: codec_id
    .. automethod:: encode
    .. automethod:: decode
    .. automethod:: get_config
    .. automethod:: from_config


VLenArray
---------
.. autoclass:: VLenArray

    .. autoattribute:: codec_id
    .. automethod:: encode
    .. automethod:: decode
    .. automethod:: get_config
    .. automethod:: from_config