Searched refs:gen_send (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | genobject.c | 117 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/ |
D | genobject.c | 120 gen_send(PyGenObject *gen, PyObject *arg) in gen_send() function 325 {"send",(PyCFunction)gen_send, METH_O, send_doc},
|