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

Lines Matching refs:exc_type

197         exc_type, exc_value, exc_traceback = exc_info
198 frame.f_locals['__exception__'] = exc_type, exc_value
199 if type(exc_type) == type(''):
200 exc_type_name = exc_type
201 else: exc_type_name = exc_type.__name__