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/
H A Dtest_futures2.py16 async def raise_exc(): function
H A Dtest_taskgroups.py756 async def raise_exc(): function
/third_party/python/Lib/test/
H A Dtest_abc.py453 def raise_exc(): function
H A Dtest_contextlib_async.py682 async def raise_exc(exc): function
H A Dtest_contextlib.py781 def raise_exc(exc): function
857 def raise_exc(exc): function
922 def raise_exc(exc): function
[all...]
H A Dtest_traceback.py2535 def raise_exc(): function
/third_party/python/Python/
H A Dpytime.c459 pytime_fromtimespec(_PyTime_t *tp, struct timespec *ts, int raise_exc) in pytime_fromtimespec() argument
491 pytime_fromtimeval(_PyTime_t *tp, struct timeval *tv, int raise_exc) in pytime_fromtimeval() argument
829 pytime_as_timespec(_PyTime_t t, struct timespec *ts, int raise_exc) in pytime_as_timespec() argument
863 py_get_system_clock(_PyTime_t *tp, _Py_clock_info_t *info, int raise_exc) in py_get_system_clock() argument
769 pytime_as_timeval_struct(_PyTime_t t, struct timeval *tv, _PyTime_round_t round, int raise_exc) pytime_as_timeval_struct() argument
1046 py_get_monotonic_clock(_PyTime_t *tp, _Py_clock_info_t *info, int raise_exc) py_get_monotonic_clock() argument
1228 py_get_win_perf_counter(_PyTime_t *tp, _Py_clock_info_t *info, int raise_exc) py_get_win_perf_counter() argument
[all...]

Completed in 11 milliseconds