Class v.c.l._.Plugin(object):

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.
def is_live(self, 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.
def wrap_receiver(self, receiver):

Return a callable that passes arguments to the receiver.

Useful when you want to change the behavior of all receivers.
API Documentation for vodafone-mobile-connect-card-driver-for-linux, generated by pydoctor at 2008-01-10 13:06:31.