##// END OF EJS Templates
py3: wrap a __func__ in sysbytes() before logging as bytes...
py3: wrap a __func__ in sysbytes() before logging as bytes Differential Revision: https://phab.mercurial-scm.org/D7461

File last commit:

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