Searched refs:PyMethodDescr_Type (Results 1 – 10 of 10) sorted by relevance
79 PyAPI_DATA(PyTypeObject) PyMethodDescr_Type;
690 PyTypeObject PyMethodDescr_Type = { variable937 descr = (PyMethodDescrObject *)descr_new(&PyMethodDescr_Type, in PyDescr_NewMethod()
1840 INIT_TYPE(PyMethodDescr_Type); in _PyTypes_Init()
835 EXPORT_DATA(PyMethodDescr_Type)
382 var,PyMethodDescr_Type,3.2,
908 data PyMethodDescr_Type
2601 PyMethodDescr_Type, _PyMethodWrapper_Type, and PyWrapperDescr_Type)
693 Objects/descrobject.c:PyMethodDescr_Type PyTypeObject PyMethodDescr_Type
5825 else if (Py_IS_TYPE(func, &PyMethodDescr_Type) && nargs > 0) { in trace_call_function()5894 else if (Py_IS_TYPE(func, &PyMethodDescr_Type)) { in do_call_core()
1602 Objects/descrobject.c - PyMethodDescr_Type -