##// END OF EJS Templates
templater: check invalid use of list expression properly (issue5920)...
templater: check invalid use of list expression properly (issue5920) The error message is still cryptic, but it should be better.

File last commit:

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