Home
last modified time | relevance | path

Searched defs:do_raise (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Python/
Dceval.c3811 do_raise(PyObject *type, PyObject *value, PyObject *tb) in do_raise() function
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c6525 do_raise(PyThreadState *tstate, PyObject *exc, PyObject *cause) function