Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(3) | Call(3) | Derive(0) | Import(0)
src/b/u/Buckley-HEAD/sketch/router.py Buckley(Download)
handler = handler_class(app, request, response) handler.session = sketch.Session(handler, 'sess') handler.config = app.config except TypeError, e:
handler.initialize(request, response) handler.session = sketch.Session(handler, 'sess') handler.config = app.config
src/b/u/Buckley-HEAD/sketch/application.py Buckley(Download)
# @TODO Implement functions for this and caches handler.config = self.config session = sketch.Session(handler, 'sess') handler.attach_session(session)