Home
last modified time | relevance | path

Searched refs:get_pid (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
Dtest_transports.py63 self.assertRaises(NotImplementedError, transport.get_pid)
/third_party/python/Lib/asyncio/
Dtransports.py195 def get_pid(self): member in SubprocessTransport
Dsubprocess.py123 self.pid = transport.get_pid()
Dbase_subprocess.py128 def get_pid(self): member in BaseSubprocessTransport
Dunix_events.py212 watcher.add_child_handler(transp.get_pid(),
/third_party/python/Doc/library/
Dasyncio-llapi-index.rst382 * - :meth:`transport.get_pid() <SubprocessTransport.get_pid>`
Dasyncio-protocol.rst378 .. method:: SubprocessTransport.get_pid()