class documentation

class dispatcher(object):

Known subclasses: sqlalchemy.event.base.slots_dispatcher

View In Hierarchy

Descriptor used by target classes to deliver the _Dispatch class at the class level and produce new _Dispatch instances for target instances.
Method __get__ Undocumented
Method __init__ Undocumented
Instance Variable dispatch Undocumented
Instance Variable events Undocumented
def __get__(self, obj, cls):

Undocumented

def __init__(self, events):

Undocumented

dispatch =

Undocumented

events =

Undocumented