def _run()

in support/retro_contest/docker.py [0:0]


    def _run(self):
        while self._active:
            try:
                print(next(self._log).decode('utf-8'), end='')
            except StopIteration:
                break