Searched refs:PyFunction_SetClosure (Results 1 – 10 of 10) sorted by relevance
51 PyAPI_FUNC(int) PyFunction_SetClosure(PyObject *, PyObject *);
57 PyAPI_FUNC(int) PyFunction_SetClosure(PyObject *, PyObject *);
78 .. c:function:: int PyFunction_SetClosure(PyObject *op, PyObject *closure)
89 .. c:function:: int PyFunction_SetClosure(PyObject *op, PyObject *closure)
134 PyFunction_SetClosure(PyObject *op, PyObject *closure) in PyFunction_SetClosure() function
462 PyFunction_SetClosure:int:::463 PyFunction_SetClosure:PyObject*:op:0:464 PyFunction_SetClosure:PyObject*:closure:+1:
178 PyFunction_SetClosure(PyObject *op, PyObject *closure) in PyFunction_SetClosure() function
342 "PyFunction_SetClosure"
912 PyFunction_SetClosure:int:::913 PyFunction_SetClosure:PyObject*:op:0:914 PyFunction_SetClosure:PyObject*:closure:+1:
3094 if (PyFunction_SetClosure(x, v) != 0) { in PyEval_EvalFrameEx()