/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
genobject.c | 129 gen_close(PyGenObject *gen, PyObject *args)
function 168 res = gen_close(gen, NULL);
327 {"close",(PyCFunction)gen_close, METH_NOARGS, close_doc},
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
genobject.c | 126 gen_close(PyGenObject *gen, PyObject *args)
function 165 res = gen_close(gen, NULL);
324 {"close",(PyCFunction)gen_close, METH_NOARGS, close_doc},
|
/external/python/cpython2/Objects/ |
genobject.c | 129 gen_close(PyGenObject *gen, PyObject *args) function 168 res = gen_close(gen, NULL); 327 {"close",(PyCFunction)gen_close, METH_NOARGS, close_doc},
|
/prebuilts/python/linux-x86/2.7.5/bin/ |
python | |
python2 | |
python2.7 | |