HomeSort by relevance Sort by last modified time
    Searched refs:gen_close (Results 1 - 4 of 4) sorted by null

  /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},
  /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},
  /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},
  /external/python/cpython3/Objects/
genobject.c 8 static PyObject *gen_close(PyGenObject *, PyObject *);
74 res = gen_close(gen, NULL);
142 except when called from gen_close(), which should
315 * This helper function is used by gen_close and gen_throw to
326 retval = gen_close((PyGenObject *)yf, NULL);
376 gen_close(PyGenObject *gen, PyObject *args) function
741 {"close",(PyCFunction)gen_close, METH_NOARGS, close_doc},
987 {"close",(PyCFunction)gen_close, METH_NOARGS, coro_close_doc},
    [all...]

Completed in 126 milliseconds