30
30
or triples, like (routex string, handler class, kwargs dict). The kwargs
31
31
dict is optional. If present, the members of the kwargs dict will be passed
32
32
as keyword arguments to the constructor of the view object.
40
36
class OverlayPlugin(BasePlugin):
43
40
Overlay plugins provide mini-views which can be displayed on top of other
44
41
views. The canonical example of a plugin of this type is the Console plugin.