Home
last modified time | relevance | path

Searched defs:waitstatus_to_exitcode (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/
Dsubprocess.py1847 waitstatus_to_exitcode=os.waitstatus_to_exitcode, argument
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_unix_events.py1170 def waitstatus_to_exitcode(self, status): member in ChildWatcherTestsMixin
/external/python/cpython3/Lib/asyncio/
Dunix_events.py47 def waitstatus_to_exitcode(status): function