##// END OF EJS Templates
perf: document config options...
perf: document config options We have configuration, so we better document it.

File last commit:

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