 |
 |
 |
Python Computer Graphics Kit |
 |
 |
 |
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.
-
Return the module name where the plugin object belongs to (or None).
-
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.
Release 2.0.0alpha8, documentation updated on February 24, 2008.