##// END OF EJS Templates
hgweb: wrap {fentries} and {dentries} of manifest with mappinggenerator...
hgweb: wrap {fentries} and {dentries} of manifest with mappinggenerator They were functions returning a generator of mappings.

File last commit:

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