Lines Matching refs:args
395 async def _make_subprocess_transport(self, protocol, args, shell,
399 transp = _WindowsSubprocessTransport(self, protocol, args, shell,
475 raise ConnectionResetError(*exc.args)
498 raise ConnectionResetError(*exc.args)
518 raise ConnectionResetError(*exc.args)
538 raise ConnectionResetError(*exc.args)
556 raise ConnectionResetError(*exc.args)
576 raise ConnectionResetError(*exc.args)
657 raise ConnectionResetError(*exc.args)
920 def _start(self, args, shell, stdin, stdout, stderr, bufsize, **kwargs):
922 args, shell=shell, stdin=stdin, stdout=stdout, stderr=stderr,