##// END OF EJS Templates
packaging: propagate the make option to packaging target...
packaging: propagate the make option to packaging target This is useful when using --jobs for example

File last commit:

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