Home
last modified time | relevance | path

Searched refs:coro_wrapper_send (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
Dgenobject.c1048 coro_wrapper_send(PyCoroWrapper *cw, PyObject *arg) in coro_wrapper_send() function
1073 {"send",(PyCFunction)coro_wrapper_send, METH_O, coro_send_doc},