File: one_shot_api.rst

package info (click to toggle)
python-zstandard 0.24.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,912 kB
  • sloc: ansic: 42,099; python: 8,683; makefile: 22; sh: 14
file content (20 lines) | stat: -rw-r--r-- 263 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.. _one_shot_apis:

=============
One-Shot APIs
=============

``compress()``
==============

.. autofunction:: zstandard.compress

``decompress()``
================

.. autofunction:: zstandard.decompress

``open()``
==========

.. autofunction:: zstandard.open