Searched refs:get_connection (Results 1 – 8 of 8) sorted by relevance
40 connection = connection_manager.get_connection()43 connection = connection_manager.get_connection()60 connection = connection_manager.get_connection()67 connection_manager.get_connection())
89 def get_connection(self): member in ConnectionManager
231 self._db = scheduler_lib.ConnectionManager().get_connection()
261 _db = _db_manager.get_connection()
63 _db = scheduler_lib.ConnectionManager().get_connection()
56 def get_connection(self): member in MockConnectionManager
38 with _resource_sharer.get_connection(self._id) as conn:57 with _resource_sharer.get_connection(self._id) as conn:83 def get_connection(ident): member in _ResourceSharer
116 async def get_connection():124 async with get_connection() as conn:487 connections = [await stack.enter_async_context(get_connection())