There's a remove() method that isn't documented, since there are event-specific implementations that need to be built out, and there is also no test coverage.
Ticket 2268 is the placeholder for the task: http://www.sqlalchemy.org/trac/ticket/2268 On Sep 8, 2011, at 12:49 PM, Mike Conley wrote: > Is there a method available to unregister an event listener? Can't think of a > specific use case right now, but it would go something like this. > > define a listener with some complex logic > do stuff that uses that listener > unregister the listener because the complex stuff is done > continue on without the listener > > -- > Mike Conley > > > -- > You received this message because you are subscribed to the Google Groups > "sqlalchemy" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sqlalchemy?hl=en. -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
