Searched refs:_exc_info (Results 1 – 5 of 5) sorted by relevance
64 self._exc_info = None69 if self._exc_info:70 raise self._exc_info[0], self._exc_info[1], self._exc_info[2]83 self._exc_info = sys.exc_info()
32 self._exc_info = None64 self._exc_info = sys.exc_info()107 if self._exc_info:108 exc_info = self._exc_info109 self._exc_info = None
25 self._exc_info = exc_info51 page_name, GetStringFromExcInfo(self._exc_info))55 return self._exc_info
55 exc_info = self._exc_info
108 def onerror(func, path, _exc_info): argument