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