Searched refs:PyCMethod_New (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Include/ |
D | methodobject.h | 55 #define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL) 56 PyAPI_FUNC(PyObject *) PyCMethod_New(PyMethodDef *, PyObject *,
|
/third_party/python/Objects/ |
D | methodobject.c | 40 return PyCMethod_New(ml, self, module, NULL); in PyCFunction_NewEx() 44 PyCMethod_New(PyMethodDef *ml, PyObject *self, PyObject *module, PyTypeObject *cls) in PyCMethod_New() function
|
D | descrobject.c | 128 return PyCMethod_New(descr->d_method, type, NULL, cls); in classmethod_get() 142 return PyCMethod_New(descr->d_method, obj, NULL, descr->d_common.d_type); in method_get()
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0a6.rst | 423 :c:func:`PyCMethod_New` is now present in ``python3.lib``.
|
/third_party/python/Doc/data/ |
D | stable_abi.dat | 44 function,PyCMethod_New,3.9,
|
/third_party/python/PC/ |
D | python3dll.c | 139 EXPORT_FUNC(PyCMethod_New)
|
/third_party/python/Misc/ |
D | stable_abi.txt | 2059 function PyCMethod_New
|