(self, args, shell, stdin, stdout, stderr, bufsize, **kwargs)
| 86 | return '<{}>'.format(' '.join(info)) |
| 87 | |
| 88 | def _start(self, args, shell, stdin, stdout, stderr, bufsize, **kwargs): |
| 89 | raise NotImplementedError |
| 90 | |
| 91 | def set_protocol(self, protocol): |
| 92 | self._protocol = protocol |