Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dsubprocess.py1027 def _handle_exitstatus(self, sts, _WIFSIGNALED=os.WIFSIGNALED, argument
1032 if _WIFSIGNALED(sts):