Searched refs:PyFunction_SetClosure (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/python/cpython2/Include/ |
D | funcobject.h | 51 PyAPI_FUNC(int) PyFunction_SetClosure(PyObject *, PyObject *);
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | funcobject.h | 75 PyAPI_FUNC(int) PyFunction_SetClosure(PyObject *, PyObject *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | funcobject.h | 75 PyAPI_FUNC(int) PyFunction_SetClosure(PyObject *, PyObject *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | funcobject.h | 75 PyAPI_FUNC(int) PyFunction_SetClosure(PyObject *, PyObject *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | funcobject.h | 75 PyAPI_FUNC(int) PyFunction_SetClosure(PyObject *, PyObject *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | funcobject.h | 75 PyAPI_FUNC(int) PyFunction_SetClosure(PyObject *, PyObject *);
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | function.rst | 78 .. c:function:: int PyFunction_SetClosure(PyObject *op, PyObject *closure)
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | function.rst | 92 .. c:function:: int PyFunction_SetClosure(PyObject *op, PyObject *closure)
|
/aosp_15_r20/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 462 PyFunction_SetClosure:int::: 463 PyFunction_SetClosure:PyObject*:op:0: 464 PyFunction_SetClosure:PyObject*:closure:+1:
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | funcobject.c | 134 PyFunction_SetClosure(PyObject *op, PyObject *closure) in PyFunction_SetClosure() function
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | funcobject.c | 257 PyFunction_SetClosure(PyObject *op, PyObject *closure) in PyFunction_SetClosure() function
|
/aosp_15_r20/external/python/cpython2/PC/os2emx/ |
D | python27.def | 342 "PyFunction_SetClosure"
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 940 PyFunction_SetClosure:int::: 941 PyFunction_SetClosure:PyObject*:op:0: 942 PyFunction_SetClosure:PyObject*:closure:+1:
|
D | python3.11.abi | 269 …<elf-symbol name='PyFunction_SetClosure' type='func-type' binding='global-binding' visibility='def… 8376 …PyFunction_SetClosure' mangled-name='PyFunction_SetClosure' filepath='Objects/funcobject.c' line='…
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | ceval.c | 3094 if (PyFunction_SetClosure(x, v) != 0) { in PyEval_EvalFrameEx()
|