Beispiel #1
0
    def __exit__(self, exc_type, exc_value, traceback):
        if self.color_level >= 1:
            stdout.write(self.reset)

        TerminalQueryContext.__exit__(self, exc_type, exc_value,
                                      traceback)