コード例 #1
0
ファイル: driver.py プロジェクト: sarath49/zaqar
 def pools_controller(self):
     controller = controllers.PoolsController(self)
     if (self.conf.profiler.enabled
             and self.conf.profiler.trace_management_store):
         return profiler.trace_cls("sqlalchemy_pools_"
                                   "controller")(controller)
     else:
         return controller
コード例 #2
0
ファイル: driver.py プロジェクト: pombredanne/zaqar
 def pools_controller(self):
     return controllers.PoolsController(self)