Searched refs:PyCMethod (Results 1 – 7 of 7) sorted by relevance
26 typedef PyObject *(*PyCMethod)(PyObject *, PyTypeObject *, PyObject *const *, typedef
458 PyCMethod meth = (PyCMethod)cfunction_enter_call(tstate, func); in cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD()
361 PyCMethod meth = (PyCMethod) method_enter_call(tstate, func); in method_vectorcall_FASTCALL_KEYWORDS_METHOD()
218 .. c:type:: PyCMethod224 PyObject *PyCMethod(PyObject *self,323 The method needs to be of type :c:type:`PyCMethod`, the same as for
138 See :c:type:`PyCMethod` to get the class that defines the method.
868 PyCMethod_Check() for the new PyCMethod subtype.
1264 :c:data:`PyCMethod` and :c:data:`METH_METHOD` to allow a method to