watson.framework.eventsΒΆ

Sphinx cannot automatically generate these docs. The source has been included instead:

1
2
3
4
5
6
7
# -*- coding: utf-8 -*-
INIT = 'event.framework.init'
ROUTE_MATCH = 'event.framework.route.match'
DISPATCH_EXECUTE = 'event.framework.dispatch.execute'
RENDER_VIEW = 'event.framework.render.view'
EXCEPTION = 'event.framework.exception'
COMPLETE = 'event.framework.complete'