class documentation
class StoreResultCallback(object):
Callback that simply stores the most recent answer.
Method | __call__ |
Filtering callback |
Method | __init__ |
Constructor for StoreResultCallback |
Method |
|
Return the best match for a salt |
Method | _ |
Expiration handler. |
Method | _ |
Handle a single confd reply, and decide whether to filter it. |
Constant | _NO |
Undocumented |
Instance Variable | _answers |
dict of salt to (have_answer, reply) |