/aosp_15_r20/external/python/cpython3/Include/ |
D | methodobject.h | 66 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) 69 PyAPI_FUNC(PyObject *) PyCFunction_NewEx(PyMethodDef *, PyObject *, 73 #define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL) macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | methodobject.h | 66 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) 69 PyAPI_FUNC(PyObject *) PyCFunction_NewEx(PyMethodDef *, PyObject *, 73 #define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL) macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | methodobject.h | 66 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) 69 PyAPI_FUNC(PyObject *) PyCFunction_NewEx(PyMethodDef *, PyObject *, 73 #define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL) macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | methodobject.h | 66 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) 69 PyAPI_FUNC(PyObject *) PyCFunction_NewEx(PyMethodDef *, PyObject *, 73 #define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL) macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | methodobject.h | 66 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) 69 PyAPI_FUNC(PyObject *) PyCFunction_NewEx(PyMethodDef *, PyObject *, 73 #define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL) macro
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | methodobject.h | 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) 49 PyAPI_FUNC(PyObject *) PyCFunction_NewEx(PyMethodDef *, PyObject *,
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | methodobject.c | 14 #undef PyCFunction_NewEx 34 return PyCFunction_NewEx(ml, self, NULL); in PyCFunction_New() 38 PyCFunction_NewEx(PyMethodDef *ml, PyObject *self, PyObject *module) in PyCFunction_NewEx() function
|
D | moduleobject.c | 171 func = PyCFunction_NewEx(fdef, (PyObject*)module, name); in _add_methods_to_object()
|
D | descrobject.c | 168 return PyCFunction_NewEx(descr->d_method, obj, NULL); in method_get()
|
D | typeobject.c | 5666 PyObject *cfunc = PyCFunction_NewEx(meth, (PyObject*)type, NULL); in type_add_method() 7192 PyObject *func = PyCFunction_NewEx(tp_new_methoddef, (PyObject *)type, NULL); in add_tp_new_wrapper()
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | methodobject.c | 17 PyCFunction_NewEx(PyMethodDef *ml, PyObject *self, PyObject *module) in PyCFunction_NewEx() function 426 return PyCFunction_NewEx(ml, self, NULL); in PyCFunction_New()
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | getpath.c | 561 PyObject *f = PyCFunction_NewEx(m, NULL, NULL); in funcs_to_dict() 572 PyObject *f = PyCFunction_NewEx(m2, NULL, NULL); in funcs_to_dict()
|
D | _abc.c | 187 destroy_cb = PyCFunction_NewEx(&_destroy_def, wr, NULL); in _add_to_weak_set()
|
D | _threadmodule.c | 817 self->wr_callback = PyCFunction_NewEx(&wr_callback_def, wr, NULL); in local_new()
|
D | _testcapimodule.c | 3979 return PyCFunction_NewEx(&ml, self, NULL); in create_cfunction()
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | modsupport.c | 81 v = PyCFunction_NewEx(ml, passthrough, n); in Py_InitModule4()
|
/aosp_15_r20/external/python/cpython2/PC/os2emx/ |
D | python27.def | 430 "PyCFunction_NewEx"
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 142 EXPORT_FUNC(PyCFunction_NewEx)
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | stable_abi.dat | 50 function,PyCFunction_NewEx,3.2,,
|
D | python3.11.abi | 51 …<elf-symbol name='PyCFunction_NewEx' type='func-type' binding='global-binding' visibility='default… 9096 …PyCFunction_NewEx' mangled-name='PyCFunction_NewEx' filepath='Objects/methodobject.c' line='38' co…
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | codecs.c | 1517 PyObject *func = PyCFunction_NewEx(&methods[i].def, NULL, NULL); in _PyCodecRegistry_Init()
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0a5.rst | 1227 :c:func:`PyDescr_NewMethod` and :c:func:`PyCFunction_NewEx` now include the
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 456 [function.PyCFunction_NewEx]
|