Searched refs:PyDescr_NewMethod (Results 1 – 9 of 9) sorted by relevance
24 .. c:function:: PyObject* PyDescr_NewMethod(PyTypeObject *type, struct PyMethodDef *meth)
86 PyAPI_FUNC(PyObject *) PyDescr_NewMethod(PyTypeObject *, PyMethodDef *);
165 EXPORT_FUNC(PyDescr_NewMethod)
88 function,PyDescr_NewMethod,3.2,
481 PyDescr_NewMethod:PyObject*::+1:482 PyDescr_NewMethod:PyTypeObject*:type:+1:483 PyDescr_NewMethod:PyMethodDef*:meth::
901 PyDescr_NewMethod(PyTypeObject *type, PyMethodDef *method) in PyDescr_NewMethod() function
5579 descr = PyDescr_NewMethod(type, meth); in type_add_method()
450 function PyDescr_NewMethod
1227 :c:func:`PyDescr_NewMethod` and :c:func:`PyCFunction_NewEx` now include the