Home
last modified time | relevance | path

Searched refs:_exception (Results 1 – 20 of 20) sorted by relevance

/third_party/python/Lib/asyncio/
Dstreams.py394 self._exception = None
411 if self._exception:
420 return self._exception
423 self._exception = exc
561 if self._exception is not None:
562 raise self._exception
649 if self._exception is not None:
650 raise self._exception
696 if self._exception is not None:
697 raise self._exception
Dfutures.py51 _exception = None variable in Future
98 exc = self._exception
200 if self._exception is not None:
201 raise self._exception
218 return self._exception
276 self._exception = exception
Dbase_tasks.py48 elif task._exception is not None:
49 tb = task._exception.__traceback__
74 exc = task._exception
Dbase_futures.py60 if future._exception is not None:
/third_party/python/Lib/concurrent/futures/
D_base.py323 self._exception = None
337 if self._exception:
342 self._exception.__class__.__name__)
389 if self._exception:
391 raise self._exception
475 return self._exception
482 return self._exception
550 self._exception = exception
/third_party/python/Lib/xml/sax/
D_exceptions.py23 self._exception = exception
32 return self._exception
/third_party/protobuf/python/
Dmox.py542 self._exception = None
570 if expected_method._exception:
571 raise expected_method._exception
736 self._exception = exception
/third_party/python/Lib/unittest/
Dloader.py27 self._exception = exception
34 raise self._exception
/third_party/python/Lib/
Dasyncore.py104 def _exception(obj): function
169 _exception(obj)
/third_party/python/Lib/test/
Dtest_asyncore.py116 self.assertRaises(asyncore.ExitNow, asyncore._exception, tr1)
129 asyncore._exception(tr2)
Dtest_concurrent_futures.py38 f._exception = exception
1501 f1._exception = OSError()
/third_party/python/Doc/library/
Dwinreg.rst17 .. _exception-changed:
/third_party/python/Modules/
D_asynciomodule.c65 PyObject *prefix##_exception; \
/third_party/elfutils/debuginfod/
DChangeLog687 * debuginfod.cxx (*_exception): Add counters for error occurrences.
/third_party/node/doc/changelogs/
DCHANGELOG_V9.md311 …de/commit/29a04b7ed6)] - **(SEMVER-MINOR)** **n-api**: add napi\_fatal\_exception (Mathias Buus) […
1097 …/nodejs/node/commit/c84dd03120)] - **test**: refactor addons-napi/test\_exception/test.js (Rich Tr…
DCHANGELOG_V8.md1093 …ithub.com/nodejs/node/commit/3a6b7e610d)] - **n-api**: add napi\_fatal\_exception (Mathias Buus) […
1143 …/nodejs/node/commit/5b1b74c5a5)] - **test**: refactor addons-napi/test\_exception/test.js (Rich Tr…
4849 …m/nodejs/node/commit/53dae83833)] - **src**: fix --abort\_on\_uncaught\_exception arg parsing (Sam…
DCHANGELOG_V10.md1433 …/node/commit/644a9d6919)] - **test**: fix arguments order in napi test\_exception (kanishk30) [#24…
2420 …/nodejs/node/commit/c3c5141f68)] - **src**: remove abort\_on\_uncaught\_exception node.cc (Daniel …
DCHANGELOG_V6.md353 …ithub.com/nodejs/node/commit/49cd4fad89)] - **n-api**: add napi\_fatal\_exception (Mathias Buus) […
449 …/nodejs/node/commit/eceb70b584)] - **test**: refactor addons-napi/test\_exception/test.js (Rich Tr…
DCHANGELOG_V4.md3267 …nodejs/node/commit/2034f68668)] - **src**: honor --abort\_on\_uncaught\_exception flag (Evan Lucas…
DCHANGELOG_V11.md2042 …/node/commit/4348ffede5)] - **test**: fix arguments order in napi test\_exception (kanishk30) [#24…