mercurial/thirdparty/cbor/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Fri, 29 Mar 2024 21:37:09 +0100
branchstable
changeset 51542 6014602a36ab
parent 37214 3bc609bcfe77
permissions -rw-r--r--
Added signature for changeset 803e61387e86

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