Searched defs:communicate (Results 1 – 7 of 7) sorted by relevance
50 def communicate(self, *args, **kwargs): member in Subprocess
48 def communicate(self, *args, **kwargs): member in Subprocess
49 communicate=True): argument
188 async def communicate(self, input=None): member in Process
306 async def communicate(self) -> typing.Tuple[bytes, bytes]: member in TestResolveNomination.FakeSubprocess
416 def communicate(args): function
1175 def communicate(self, input=None, timeout=None): member in Popen