Part of vmc.contrib.louie View In Hierarchy
Known subclasses: vmc.contrib.louie.__init__.QtWidgetPlugin, vmc.contrib.louie.__init__.TwistedDispatchPlugin
Base class for Louie plugins.
Plugins are used to extend or alter the behavior of Louie in a uniform way without having to modify the Louie code itself.Method | is_live | Return True if the receiver is still live. |
Method | wrap_receiver | Return a callable that passes arguments to the receiver. |
Return True if the receiver is still live.
Only called for receivers who have already been determined to be live by default Louie semantics.Return a callable that passes arguments to the receiver.
Useful when you want to change the behavior of all receivers.