Searched refs:gen_send (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Objects/ |
D | genobject.c | 300 gen_send(PyGenObject *gen, PyObject *arg) in gen_send() function 484 ret = gen_send(gen, val); in _gen_throw() 763 {"send",(PyCFunction)gen_send, METH_O, send_doc}, 1011 {"send",(PyCFunction)gen_send, METH_O, coro_send_doc}, 1093 return gen_send((PyGenObject *)cw->cw_coroutine, arg); in coro_wrapper_send() 1607 result = gen_send((PyGenObject*)o->ags_gen, arg); in async_gen_asend_send() 1964 retval = gen_send((PyGenObject *)gen, arg); in async_gen_athrow_send()
|