def _read(self): return read_cmd(sys.stdin)
def _read(self, **kwargs): return sutils.read_cmd(self._proc.stdout)