Searched refs:_exceptions (Results 1 – 15 of 15) sorted by relevance
41 private val _exceptions = mutableListOf<Throwable>() in cleanupTestCoroutines() constant45 synchronized(_exceptions) { in cleanupTestCoroutines()46 _exceptions += exception in cleanupTestCoroutines()52 get() = synchronized(_exceptions) { _exceptions.toList() } in cleanupTestCoroutines()56 synchronized(_exceptions) { in cleanupTestCoroutines()57 val exception = _exceptions.firstOrNull() ?: return in cleanupTestCoroutines()59 _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
358 self._exceptions = exceptions373 return exctype is not None and issubclass(exctype, self._exceptions)
399 self._exceptions = [440 for exception in self._exceptions
10 .. _exceptions:
60 from xml.sax._exceptions import *
209 .. _exceptions:
184 .. _exceptions: