|
|
|
debugFailure(failure)
Create debug info from a failure. |
source code
|
|
|
callbackResult(value,
result)
I am a callback to add to a do_element_check deferred. |
source code
|
|
|
errbackResult(failure,
result,
id,
device)
I am an errback to add to a do_element_check deferred, after your
specific one. |
source code
|
|
|
errbackNotFoundResult(failure,
result,
id,
device)
I am an errback to add to a do_element_check deferred to check for
RESOURCE_ERROR_NOT_FOUND, and add a message to the result. |
source code
|
|
messages.Result
|
checkPlugin(pluginName,
packageName,
minimumVersion=None)
Check if the given plug-in is available. |
source code
|
|