pycrossword
0.4
Pure-Python implementation of a crossword puzzle generator and editor
|
Classes | |
class | pycross.utils.pluginbase.PxPluginBase |
Base class for category-specific user plugins (extensions) written in Python. More... | |
class | pycross.utils.pluginbase.PxPluginGeneral |
Base class General user plugins (placed in the 'general' category). More... | |
Namespaces | |
pycross.utils.pluginbase | |
utils.pluginbase | |
Functions | |
def | pycross.utils.pluginbase.before (func) |
Decorator adds the wraptype attribute set to 'before' to a given function. More... | |
def | pycross.utils.pluginbase.after (func) |
Decorator adds the wraptype attribute set to 'after' to a given function. More... | |
def | pycross.utils.pluginbase.replace (func) |
Decorator adds the wraptype attribute set to 'replace' to a given function. More... | |