##// END OF EJS Templates
auto-upgrade: rename a variable to match the actual content...
auto-upgrade: rename a variable to match the actual content This was the result of a copy paste.

File last commit:

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