##// END OF EJS Templates
bundlespec: extract the parseparams closure...
bundlespec: extract the parseparams closure It has no value being a closure. We extract it before modifying it further.

File last commit:

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