Home
last modified time | relevance | path

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

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