HomeSort by relevance Sort by last modified time
    Searched refs:_make_inheritable (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/
subprocess.py 519 p2cread = self._make_inheritable(p2cread)
536 c2pwrite = self._make_inheritable(c2pwrite)
555 errwrite = self._make_inheritable(errwrite)
566 def _make_inheritable(self, handle): function in function:Popen.poll
    [all...]
  /external/python/cpython3/Lib/
subprocess.py 1085 def _make_inheritable(self, handle): function in function:Popen.wait
    [all...]

Completed in 710 milliseconds