Home
last modified time | relevance | path

Searched refs:test_set_exception (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/python-api-core/tests/asyncio/future/
Dtest_async_future.py65 async def test_set_exception(): function
/aosp_15_r20/external/python/python-api-core/tests/unit/future/
Dtest_polling.py61 def test_set_exception(): function
/aosp_15_r20/external/pytorch/test/
H A Dtest_futures.py20 def test_set_exception(self) -> None: member in TestFuture
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c2580 test_set_exception(PyObject *self, PyObject *new_exc) in test_set_exception() function
6577 {"set_exception", test_set_exception, METH_O},