Searched refs:_communicate (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ |
D | subprocess.py | 483 return self._communicate(input) 702 def _communicate(self, input): member in Popen 1115 def _communicate(self, input): member in Popen
|
/external/python/cpython3/Lib/ |
D | subprocess.py | 1130 stdout, stderr = self._communicate(input, endtime, timeout) 1479 def _communicate(self, input, endtime, orig_timeout): member in Popen 1924 def _communicate(self, input, endtime, orig_timeout): member in Popen
|