Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dsubprocess.py483 return self._communicate(input)
702 def _communicate(self, input): member in Popen
1115 def _communicate(self, input): member in Popen
/external/python/cpython3/Lib/
Dsubprocess.py939 stdout, stderr = self._communicate(input, endtime, timeout)
1242 def _communicate(self, input, endtime, orig_timeout): member in Popen
1633 def _communicate(self, input, endtime, orig_timeout): member in Popen