mercurial/thirdparty/cbor/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Thu, 14 Jun 2018 20:25:16 +0900
changeset 38308 068e774ae29e
parent 37214 3bc609bcfe77
permissions -rw-r--r--
bdiff: document that bdiff_freehunks() accepts NULL blocks() of cext/bdiff.c may pass NULL on OOM.

from .cbor2 import (
    CBORDecodeError,
    CBORDecoder,
    CBOREncodeError,
    CBOREncoder,
    dump,
    dumps,
    load,
    loads,
)