def __str__()

in py_look_for_timeouts/main.py [0:0]


    def __str__(self):
        return "%s:%d\t%s" % (self.filename, self.lineno, self.reason)