Home
last modified time | relevance | path

Searched refs:_make_subprocess_transport (Results 1 – 25 of 46) sorted by relevance

12

/dports/devel/py-trollius/trollius-2.2/doc/
H A Ddev.rst69 _UnixSelectorEventLoop._make_subprocess_transport() and
70 ProactorEventLoop._make_subprocess_transport() work around the bug.
/dports/devel/py-asyncio/asyncio-3.4.3/asyncio/
H A Dbase_events.py244 def _make_subprocess_transport(self, protocol, args, shell, member in BaseEventLoop
913 transport = yield from self._make_subprocess_transport(
942 transport = yield from self._make_subprocess_transport(
H A Dwindows_events.py366 def _make_subprocess_transport(self, protocol, args, shell, member in ProactorEventLoop
H A Dunix_events.py175 def _make_subprocess_transport(self, protocol, args, shell, member in _UnixSelectorEventLoop
/dports/devel/py-trollius/trollius-2.2/trollius/
H A Dbase_events.py276 def _make_subprocess_transport(self, protocol, args, shell, member in BaseEventLoop
947 transport = yield From(self._make_subprocess_transport(
979 transport = yield From(self._make_subprocess_transport(
H A Dwindows_events.py369 def _make_subprocess_transport(self, protocol, args, shell, member in ProactorEventLoop
/dports/databases/py-sqlite3/Python-3.8.12/Lib/asyncio/
H A Dbase_events.py487 async def _make_subprocess_transport(self, protocol, args, shell, member in BaseEventLoop
1597 transport = await self._make_subprocess_transport(
1630 transport = await self._make_subprocess_transport(
H A Dwindows_events.py385 async def _make_subprocess_transport(self, protocol, args, shell, member in ProactorEventLoop
/dports/databases/py-gdbm/Python-3.8.12/Lib/asyncio/
H A Dbase_events.py487 async def _make_subprocess_transport(self, protocol, args, shell, member in BaseEventLoop
1597 transport = await self._make_subprocess_transport(
1630 transport = await self._make_subprocess_transport(
H A Dwindows_events.py385 async def _make_subprocess_transport(self, protocol, args, shell, member in ProactorEventLoop
/dports/lang/python37/Python-3.7.12/Lib/asyncio/
H A Dbase_events.py458 async def _make_subprocess_transport(self, protocol, args, shell, member in BaseEventLoop
1513 transport = await self._make_subprocess_transport(
1542 transport = await self._make_subprocess_transport(
H A Dwindows_events.py365 async def _make_subprocess_transport(self, protocol, args, shell, member in ProactorEventLoop
/dports/lang/python311/Python-3.11.0a3/Lib/asyncio/
H A Dbase_events.py485 async def _make_subprocess_transport(self, protocol, args, shell, member in BaseEventLoop
1596 transport = await self._make_subprocess_transport(
1629 transport = await self._make_subprocess_transport(
H A Dwindows_events.py385 async def _make_subprocess_transport(self, protocol, args, shell, member in ProactorEventLoop
/dports/lang/python-tools/Python-3.8.12/Lib/asyncio/
H A Dbase_events.py487 async def _make_subprocess_transport(self, protocol, args, shell, member in BaseEventLoop
1597 transport = await self._make_subprocess_transport(
1630 transport = await self._make_subprocess_transport(
H A Dwindows_events.py385 async def _make_subprocess_transport(self, protocol, args, shell, member in ProactorEventLoop
/dports/lang/python39/Python-3.9.9/Lib/asyncio/
H A Dbase_events.py489 async def _make_subprocess_transport(self, protocol, args, shell, member in BaseEventLoop
1628 transport = await self._make_subprocess_transport(
1661 transport = await self._make_subprocess_transport(
H A Dwindows_events.py385 async def _make_subprocess_transport(self, protocol, args, shell, member in ProactorEventLoop
/dports/lang/python310/Python-3.10.1/Lib/asyncio/
H A Dbase_events.py489 async def _make_subprocess_transport(self, protocol, args, shell, member in BaseEventLoop
1619 transport = await self._make_subprocess_transport(
1652 transport = await self._make_subprocess_transport(
H A Dwindows_events.py385 async def _make_subprocess_transport(self, protocol, args, shell, member in ProactorEventLoop
/dports/lang/python38/Python-3.8.12/Lib/asyncio/
H A Dbase_events.py487 async def _make_subprocess_transport(self, protocol, args, shell, member in BaseEventLoop
1597 transport = await self._make_subprocess_transport(
1630 transport = await self._make_subprocess_transport(
H A Dwindows_events.py385 async def _make_subprocess_transport(self, protocol, args, shell, member in ProactorEventLoop
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/asyncio/
H A Dbase_events.py487 async def _make_subprocess_transport(self, protocol, args, shell, member in BaseEventLoop
1597 transport = await self._make_subprocess_transport(
1630 transport = await self._make_subprocess_transport(
H A Dwindows_events.py385 async def _make_subprocess_transport(self, protocol, args, shell, member in ProactorEventLoop
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/external/gbulb/
H A Dglib_events.py322 def _make_subprocess_transport(self, protocol, args, shell, member in GLibBaseEventLoop

12