Home | Sort by relevance Sort by last modified time |
/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...] |