##// END OF EJS Templates
discovery: add a `iscomplete` method to the `partialdiscovery` object...
discovery: add a `iscomplete` method to the `partialdiscovery` object The method is used by higher level logic to know if the initial discovery question has been answered.

File last commit:

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