##// END OF EJS Templates
exchange: trivial simplification...
exchange: trivial simplification Both sides of the condition do essentially the same thing, except one with fastpath=True. No functional changes.

File last commit:

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