Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dgenobject.c117 gen_send(PyGenObject *gen, PyObject *arg) in gen_send() function
322 {"send",(PyCFunction)gen_send, METH_O, send_doc},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dgenobject.c120 gen_send(PyGenObject *gen, PyObject *arg) in gen_send() function
325 {"send",(PyCFunction)gen_send, METH_O, send_doc},