Class v.c.e.m.ModalMethod(object):

Part of vmc.contrib.epsilon.modal View In Hierarchy

A descriptor wrapping multiple implementations of a particular method.

When called on an instance, the implementation used will be selected based on an attribute of the instance. There are no unbound ModalMethods at this point.
Instance VariablesnameThe name of this method.
methodsA mapping of modes to callable objects.
modeAttributeThe name of the attribute on instances which is bound to the instance's current mode.
Method __init__ Undocumented
Method __get__ Undocumented
def __init__(self, name, methods, modeAttribute):
Undocumented
def __get__(self, instance, owner):
Undocumented
API Documentation for vodafone-mobile-connect-card-driver-for-linux, generated by pydoctor at 2008-01-10 13:06:31.