File: gzip.rst

package info (click to toggle)
numcodecs 0.16.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 976 kB
  • sloc: python: 4,266; makefile: 43
file content (11 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
GZip
====
.. automodule:: numcodecs.gzip

.. autoclass:: GZip

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