Searched refs:_exc_info (Results 1 – 4 of 4) sorted by relevance
38 self._exc_info = None70 self._exc_info = sys.exc_info()113 if self._exc_info:114 exc_info = self._exc_info115 self._exc_info = None
69 self._exc_info = None82 if self._exc_info:83 raise self._exc_info[1]96 self._exc_info = sys.exc_info()
55 exc_info = self._exc_info
108 def onerror(func, path, _exc_info): argument