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

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