##// END OF EJS Templates
tests: document what the other currently enabled pylint check ensures
tests: document what the other currently enabled pylint check ensures

File last commit:

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