Home
last modified time | relevance | path

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

/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:
82 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())