Home | History | Annotate | Download | only in python2.7

Lines Matching full:exc_info

236     def __init__(self, filename, exc_info):
237 exc, value, tb = exc_info
264 raise ErrorDuringImport(path, sys.exc_info())
297 (exc, value, tb) = info = sys.exc_info()
310 raise ErrorDuringImport(path, sys.exc_info())