|
pycrossword
0.3
Pure-Python implementation of a crossword puzzle generator and editor
|
Base class General user plugins (placed in the 'general' category). More...
Additional Inherited Members | |
Public Member Functions inherited from pycross.utils.pluginbase.PxPluginBase | |
| def | __init__ (self, plugin_manager) |
| Constructor initializes a pointer to the PxPluginManager object. More... | |
| def | activate (self) |
| Called at plugin activation. More... | |
| def | deactivate (self) |
| Called the plugin is disabled. More... | |
| def | test (self) |
| Testing method: prints the plugin's class name by default. More... | |
Public Attributes inherited from pycross.utils.pluginbase.PxPluginBase | |
| plugin_manager | |
Base class General user plugins (placed in the 'general' category).
A bare-bones plugin source module would look like this:
1.8.17