Home
last modified time | relevance | path

Searched refs:subprocess_shell (Results 1 – 25 of 122) sorted by relevance

12345

/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/asyncio/
H A Dsubprocess.pyi51 # These parameters are forced to these values by BaseEventLoop.subprocess_shell
77 # These parameters are forced to these values by BaseEventLoop.subprocess_shell
106 # These parameters are forced to these values by BaseEventLoop.subprocess_shell
133 # These parameters are forced to these values by BaseEventLoop.subprocess_shell
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/asyncio/
H A Dsubprocess.pyi51 # These parameters are forced to these values by BaseEventLoop.subprocess_shell
77 # These parameters are forced to these values by BaseEventLoop.subprocess_shell
106 # These parameters are forced to these values by BaseEventLoop.subprocess_shell
133 # These parameters are forced to these values by BaseEventLoop.subprocess_shell
/dports/devel/py-uvloop/uvloop-0.16.0/uvloop/handles/
H A Dpipe.pyx117 # This is only used in connect_read_pipe() and subprocess_shell/exec()
169 # This is only used in connect_write_pipe() and subprocess_shell/exec()
/dports/databases/py-gdbm/Python-3.8.12/Doc/library/
H A Dasyncio-platforms.rst57 :meth:`loop.subprocess_exec` and :meth:`loop.subprocess_shell`
/dports/databases/py-sqlite3/Python-3.8.12/Doc/library/
H A Dasyncio-platforms.rst57 :meth:`loop.subprocess_exec` and :meth:`loop.subprocess_shell`
/dports/lang/python310/Python-3.10.1/Doc/library/
H A Dasyncio-platforms.rst57 :meth:`loop.subprocess_exec` and :meth:`loop.subprocess_shell`
/dports/lang/python37/Python-3.7.12/Doc/library/
H A Dasyncio-platforms.rst47 :meth:`loop.subprocess_exec` and :meth:`loop.subprocess_shell`
/dports/lang/python38/Python-3.8.12/Doc/library/
H A Dasyncio-platforms.rst57 :meth:`loop.subprocess_exec` and :meth:`loop.subprocess_shell`
/dports/lang/python311/Python-3.11.0a3/Doc/library/
H A Dasyncio-platforms.rst57 :meth:`loop.subprocess_exec` and :meth:`loop.subprocess_shell`
/dports/lang/python-tools/Python-3.8.12/Doc/library/
H A Dasyncio-platforms.rst57 :meth:`loop.subprocess_exec` and :meth:`loop.subprocess_shell`
/dports/lang/python39/Python-3.9.9/Doc/library/
H A Dasyncio-platforms.rst57 :meth:`loop.subprocess_exec` and :meth:`loop.subprocess_shell`
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Doc/library/
H A Dasyncio-platforms.rst57 :meth:`loop.subprocess_exec` and :meth:`loop.subprocess_shell`
/dports/devel/py-asyncio/asyncio-3.4.3/tests/
H A Dtest_base_events.py448 self.loop.run_until_complete, self.loop.subprocess_shell,
451 self.loop.run_until_complete, self.loop.subprocess_shell,
456 self.loop.run_until_complete, self.loop.subprocess_shell,
459 self.loop.run_until_complete, self.loop.subprocess_shell,
462 self.loop.run_until_complete, self.loop.subprocess_shell,
/dports/devel/py-trollius/trollius-2.2/tests/
H A Dtest_base_events.py446 self.loop.run_until_complete, self.loop.subprocess_shell,
449 self.loop.run_until_complete, self.loop.subprocess_shell,
454 self.loop.run_until_complete, self.loop.subprocess_shell,
457 self.loop.run_until_complete, self.loop.subprocess_shell,
460 self.loop.run_until_complete, self.loop.subprocess_shell,
/dports/devel/py-asyncio/asyncio-3.4.3/asyncio/
H A Dsubprocess.py196 transport, protocol = yield from loop.subprocess_shell(
/dports/lang/python310/Python-3.10.1/Lib/asyncio/
H A Dsubprocess.py205 transport, protocol = await loop.subprocess_shell(
/dports/lang/python37/Python-3.7.12/Lib/asyncio/
H A Dsubprocess.py199 transport, protocol = await loop.subprocess_shell(
/dports/lang/python311/Python-3.11.0a3/Lib/asyncio/
H A Dsubprocess.py205 transport, protocol = await loop.subprocess_shell(
/dports/devel/py-trollius/trollius-2.2/trollius/
H A Dsubprocess.py203 transport, protocol = yield From(loop.subprocess_shell(
/dports/databases/py-gdbm/Python-3.8.12/Lib/asyncio/
H A Dsubprocess.py216 transport, protocol = await loop.subprocess_shell(
/dports/databases/py-sqlite3/Python-3.8.12/Lib/asyncio/
H A Dsubprocess.py216 transport, protocol = await loop.subprocess_shell(
/dports/lang/python38/Python-3.8.12/Lib/asyncio/
H A Dsubprocess.py216 transport, protocol = await loop.subprocess_shell(
/dports/lang/python-tools/Python-3.8.12/Lib/asyncio/
H A Dsubprocess.py216 transport, protocol = await loop.subprocess_shell(
/dports/lang/python39/Python-3.9.9/Lib/asyncio/
H A Dsubprocess.py216 transport, protocol = await loop.subprocess_shell(
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/asyncio/
H A Dsubprocess.py216 transport, protocol = await loop.subprocess_shell(

12345