##// END OF EJS Templates
discovery: move children computation in its own method...
discovery: move children computation in its own method This clarifies the main logic and starts to pave the way to some caching.

File last commit:

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