Searched refs:handle_exception (Results 1 – 2 of 2) sorted by relevance
19 from log_exception import handle_exception45 handle_exception(VendorExpandError, None, None)53 handle_exception(KeyboardInterrupt, None, None)
82 def handle_exception(exc_type, exc_value, exc_traceback): function99 sys.excepthook = handle_exception