Searched refs:gen_send (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Objects/ |
H A D | genobject.c | 308 gen_send(PyGenObject *gen, PyObject *arg) in gen_send() function 499 ret = gen_send(gen, val); in _gen_throw() 823 {"send",(PyCFunction)gen_send, METH_O, send_doc}, 1171 {"send",(PyCFunction)gen_send, METH_O, coro_send_doc}, 1255 return gen_send((PyGenObject *)cw->cw_coroutine, arg); in coro_wrapper_send() 1783 result = gen_send((PyGenObject*)o->ags_gen, arg); in async_gen_asend_send() 2150 retval = gen_send((PyGenObject *)gen, arg); in async_gen_athrow_send()
|
Completed in 6 milliseconds