Home
last modified time | relevance | path

Searched refs:get_connection (Results 1 – 8 of 8) sorted by relevance

/external/autotest/scheduler/
Dscheduler_lib_unittest.py40 connection = connection_manager.get_connection()
43 connection = connection_manager.get_connection()
60 connection = connection_manager.get_connection()
67 connection_manager.get_connection())
Dscheduler_lib.py89 def get_connection(self): member in ConnectionManager
Dquery_managers.py231 self._db = scheduler_lib.ConnectionManager().get_connection()
Dmonitor_db.py261 _db = _db_manager.get_connection()
Dscheduler_models.py63 _db = scheduler_lib.ConnectionManager().get_connection()
Dmonitor_db_functional_test.py56 def get_connection(self): member in MockConnectionManager
/external/python/cpython3/Lib/multiprocessing/
Dresource_sharer.py38 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
/external/python/cpython3/Doc/library/
Dcontextlib.rst116 async def get_connection():
124 async with get_connection() as conn:
487 connections = [await stack.enter_async_context(get_connection())