~ubuntu-branches/debian/sid/sqlalchemy/sid

« back to all changes in this revision

Viewing changes to lib/sqlalchemy/event/base.py

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2014-06-27 20:17:13 UTC
  • mfrom: (1.4.28)
  • Revision ID: package-import@ubuntu.com-20140627201713-g6p1kq8q1qenztrv
Tags: 0.9.6-1
* New upstream release
* Remove Python 3.X build tag files, thanks to Matthias Urlichs for the
  patch (closes: #747852)
* python-fdb isn't in the Debian archive yet so default dialect for firebird://
  URLs is changed to obsolete kinterbasdb, thanks to Russell Stuart for the
  patch (closes: #752145)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
"""Base implementation classes.
8
8
 
9
9
The public-facing ``Events`` serves as the base class for an event interface;
10
 
it's public attributes represent different kinds of events.   These attributes
 
10
its public attributes represent different kinds of events.   These attributes
11
11
are mirrored onto a ``_Dispatch`` class, which serves as a container for
12
12
collections of listener functions.   These collections are represented both
13
13
at the class level of a particular ``_Dispatch`` class as well as within