Searched refs:gen_throw (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Objects/ |
H A D | genobject.c | 317 * This helper function is used by gen_close and gen_throw to 568 gen_throw(PyGenObject *gen, PyObject *const *args, Py_ssize_t nargs) in gen_throw() function 824 {"throw",_PyCFunction_CAST(gen_throw), METH_FASTCALL, throw_doc}, 1172 {"throw",_PyCFunction_CAST(gen_throw), METH_FASTCALL, coro_throw_doc}, 1261 return gen_throw((PyGenObject *)cw->cw_coroutine, args, nargs); in coro_wrapper_throw() 1813 result = gen_throw((PyGenObject*)o->ags_gen, args, nargs); in async_gen_asend_throw() 2208 retval = gen_throw((PyGenObject*)o->agt_gen, args, nargs); in async_gen_athrow_throw()
|
Completed in 4 milliseconds