コード例 #1
0
def handler(req):
    wrapper = WSGIWrapper(req)
    return wrapper.run(application)
コード例 #2
0
 def handler(self, req):
     """mod_python handler"""
     wrapper = WSGIWrapper(req)
     return wrapper.run(self.application)
コード例 #3
0
ファイル: wsgi_publisher.py プロジェクト: imcleod/koji
 def handler(self, req):
     """mod_python handler"""
     wrapper = WSGIWrapper(req)
     return wrapper.run(self.application)