Searched refs:PyDescr_NewClassMethod (Results 1 – 9 of 9) sorted by relevance
30 .. c:function:: PyObject* PyDescr_NewClassMethod(PyTypeObject *type, PyMethodDef *method)
87 PyAPI_FUNC(PyObject *) PyDescr_NewClassMethod(PyTypeObject *, PyMethodDef *);
85 function,PyDescr_NewClassMethod,3.2,
469 PyDescr_NewClassMethod:PyObject*::+1:470 PyDescr_NewClassMethod:PyTypeObject*:type:+1:471 PyDescr_NewClassMethod:PyMethodDef*:method::
162 EXPORT_FUNC(PyDescr_NewClassMethod)
947 PyDescr_NewClassMethod(PyTypeObject *type, PyMethodDef *method) in PyDescr_NewClassMethod() function
5567 descr = PyDescr_NewClassMethod(type, meth); in type_add_method()
444 function PyDescr_NewClassMethod
2196 meth = PyDescr_NewClassMethod(result, ml); in PyCSimpleType_new()