Home
last modified time | relevance | path

Searched defs:raise_exc (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
Dtest_futures2.py16 async def raise_exc(): function
Dtest_taskgroups.py756 async def raise_exc(): function
/third_party/python/Python/
Dpytime.c459 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/
Dtest_contextlib.py781 def raise_exc(exc): function
857 def raise_exc(exc): function
922 def raise_exc(exc): function
Dtest_contextlib_async.py682 async def raise_exc(exc): function
Dtest_abc.py453 def raise_exc(): function
Dtest_traceback.py2535 def raise_exc(): function