Searched defs:raise_exc (Results 1 – 7 of 7) sorted by relevance
| /third_party/python/Lib/test/test_asyncio/ |
| D | test_futures2.py | 16 async def raise_exc(): function
|
| D | test_taskgroups.py | 756 async def raise_exc(): function
|
| /third_party/python/Python/ |
| D | pytime.c | 459 pytime_fromtimespec(_PyTime_t *tp, struct timespec *ts, int raise_exc) in pytime_fromtimespec() 491 pytime_fromtimeval(_PyTime_t *tp, struct timeval *tv, int raise_exc) in pytime_fromtimeval() 770 _PyTime_round_t round, int raise_exc) in pytime_as_timeval_struct() 829 pytime_as_timespec(_PyTime_t t, struct timespec *ts, int raise_exc) in pytime_as_timespec() 863 py_get_system_clock(_PyTime_t *tp, _Py_clock_info_t *info, int raise_exc) in py_get_system_clock() 1046 py_get_monotonic_clock(_PyTime_t *tp, _Py_clock_info_t *info, int raise_exc) in py_get_monotonic_clock() 1228 py_get_win_perf_counter(_PyTime_t *tp, _Py_clock_info_t *info, int raise_exc) in py_get_win_perf_counter()
|
| /third_party/python/Lib/test/ |
| D | test_contextlib.py | 781 def raise_exc(exc): function 857 def raise_exc(exc): function 922 def raise_exc(exc): function
|
| D | test_contextlib_async.py | 682 async def raise_exc(exc): function
|
| D | test_abc.py | 453 def raise_exc(): function
|
| D | test_traceback.py | 2535 def raise_exc(): function
|