wizard.plugin

Convenience methods for managing plugins.

Functions

wizard.plugin.hook(name, args)

Runs plugins named name for this function. Returns None if all plugins return None, otherwise returns the result of the first plugin to result that is not None. Assumes that plugins are simple functions that take the arguments args.

Table Of Contents

Previous topic

wizard.merge

Next topic

wizard.prompt

This Page