Searched refs:gen_close (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Objects/ |
H A D | genobject.c | 15 static PyObject *gen_close(PyGenObject *, PyObject *); 96 res = gen_close(gen, NULL); in _PyGen_Finalize() 186 except when called from gen_close(), which should in gen_send_ex2() 317 * This helper function is used by gen_close and gen_throw to 327 retval = gen_close((PyGenObject *)yf, NULL); in gen_close_iter() 376 gen_close(PyGenObject *gen, PyObject *args) in gen_close() function 825 {"close",(PyCFunction)gen_close, METH_NOARGS, close_doc}, 1173 {"close",(PyCFunction)gen_close, METH_NOARGS, coro_close_doc}, 1267 return gen_close((PyGenObject *)cw->cw_coroutine, args); in coro_wrapper_close()
|
Completed in 3 milliseconds