예제 #1
0
파일: Main.py 프로젝트: stuartw/WMCore
 def gather(): return Application.__call__(self, env, handler)
 return self.profiler.run(gather)
예제 #2
0
파일: Main.py 프로젝트: todor-ivanov/WMCore
        def gather(): return Application.__call__(self, env, handler)

        return self.profiler.run(gather)
예제 #3
0
 def gather():
     return Application.__call__(self, env, handler)
예제 #4
0
파일: Main.py 프로젝트: ticoann/WMCore
 def gather():
     return Application.__call__(self, env, handler)