Searched defs:orig_timeout (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Lib/ |
D | subprocess.py | 1187 def _check_timeout(self, endtime, orig_timeout, stdout_seq, stderr_seq, argument 1498 def _communicate(self, input, endtime, orig_timeout): argument 1947 def _communicate(self, input, endtime, orig_timeout): argument
|