Lines Matching defs:sys
20 3-item tuple (etype, evalue, etb) just like the value of sys.exc_info().
29 import sys
111 pyver = 'Python ' + sys.version.split()[0] + ': ' + sys.executable
208 pyver = 'Python ' + sys.version.split()[0] + ': ' + sys.executable
270 """A hook to replace sys.excepthook that shows tracebacks in HTML."""
277 self.file = file or sys.stdout # place to send the output
284 info = info or sys.exc_info()
331 sys.excepthook = Hook(display=display, logdir=logdir,