Package turbogears :: Module controllers :: Class CustomDispatch
[hide private]

Class CustomDispatch

source code


Instance Methods [hide private]
 
combine(self, cases) source code

Inherited from dispatch.functions.GenericFunction: after, around, before, when

Inherited from dispatch.functions.AbstractGeneric: __call__, __init__, addMethod

Inherited from dispatch.functions.AbstractGeneric (private): _decorate

Inherited from dispatch.functions.Dispatcher: __setitem__, clear, criterionChanged, getExpressionId, parse, parseRule

Inherited from dispatch.functions.Dispatcher (private): _addCase, _addConstraints, _best_split, _build_dispatcher, _clear, _dispatch_id, _rebuild_indexes, _setupArgs, _startNode

Inherited from unreachable.BaseDispatcher: __getitem__, __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]

Inherited from dispatch.functions.AbstractGeneric: __get__, delegate

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

combine(self, cases)

source code 
Overrides: dispatch.functions.Dispatcher.combine