5.1.3 PluginObjectDescriptor

A PluginObjectDescriptor object keeps the status information of a plugin object. It has the following attributes and methods:

object
The actual plugin object.

name
The name of the object.

plugindesc
The PluginDescriptor of the associated plugin.

status
Status flags. If everything is ok the status is STATUS_OK, otherwise its STATUS_DUPLICATE.

moduleName( )
Return the module name where the plugin object belongs to (or None).

objectIdentifier( )
Return the name under which the object is identified. This name is composed of the module name and the object name, separated by a dot.