(self, p, timeout=None, **kwargs)
| 54 | print('FILE=' + self.__file) |
| 55 | |
| 56 | def __communicate(self, p, timeout=None, **kwargs): |
| 57 | return p.communicate(timeout=timeout) |
| 58 | |
| 59 | def runtool(self, filedata=None): |
| 60 | TimeoutExpired = subprocess.TimeoutExpired |