Searched refs:_exceptions (Results 1 – 15 of 15) sorted by relevance
53 private val _exceptions = mutableListOf<Throwable>() in cleanupTestCoroutines() constant in kotlinx.coroutines.test.TestCoroutineExceptionHandler63 _exceptions += exception in cleanupTestCoroutines()68 get() = synchronized(_lock) { _exceptions.toList() } in cleanupTestCoroutines()73 val exception = _exceptions.firstOrNull() ?: return in cleanupTestCoroutines()75 _exceptions.drop(1).forEach { it.printStackTrace() } in cleanupTestCoroutines()
121 self._exceptions = []218 if self._exceptions:221 '\n'.join(self._exceptions))283 self._exceptions.append(traceback.format_exc())
119 self._exceptions = multiprocessing.Queue()125 self._exceptions.put(e)138 exception = self._exceptions.get(block=False)
24 from _exceptions import SAXException, SAXNotRecognizedException, \
6 from _exceptions import SAXNotSupportedException, SAXNotRecognizedException
8 from xml.sax._exceptions import *
24 from ._exceptions import SAXException, SAXNotRecognizedException, \
6 from ._exceptions import SAXNotSupportedException, SAXNotRecognizedException
421 self._exceptions = exceptions436 return exctype is not None and issubclass(exctype, self._exceptions)
435 self._exceptions = [475 filepath.startswith(exception) for exception in self._exceptions
10 .. _exceptions:
60 from xml.sax._exceptions import *
219 .. _exceptions:
184 .. _exceptions: