Example #1
0
 def gather(): return Application.__call__(self, env, handler)
 return self.profiler.run(gather)
Example #2
0
        def gather(): return Application.__call__(self, env, handler)

        return self.profiler.run(gather)
Example #3
0
 def gather():
     return Application.__call__(self, env, handler)
Example #4
0
 def gather():
     return Application.__call__(self, env, handler)