Home
last modified time | relevance | path

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

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