##// END OF EJS Templates
persistent-nodemap: also exchange the nodemap data over the wire...
persistent-nodemap: also exchange the nodemap data over the wire It appears that 2 bytes are never equals to 3 bytes. Differential Revision: https://phab.mercurial-scm.org/D9810

File last commit:

r37231:3bc609bc default
r47040:7c1367c0 default
Show More
__init__.py
10 lines | 141 B | text/x-python | PythonLexer
from .cbor2 import (
CBORDecodeError,
CBORDecoder,
CBOREncodeError,
CBOREncoder,
dump,
dumps,
load,
loads,
)