Home
last modified time | relevance | path

Searched refs:PyCMethod (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/
Dmethodobject.h26 typedef PyObject *(*PyCMethod)(PyObject *, PyTypeObject *, PyObject *const *, typedef
/third_party/python/Objects/
Dmethodobject.c458 PyCMethod meth = (PyCMethod)cfunction_enter_call(tstate, func); in cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD()
Ddescrobject.c361 PyCMethod meth = (PyCMethod) method_enter_call(tstate, func); in method_vectorcall_FASTCALL_KEYWORDS_METHOD()
/third_party/python/Doc/c-api/
Dstructures.rst218 .. c:type:: PyCMethod
224 PyObject *PyCMethod(PyObject *self,
323 The method needs to be of type :c:type:`PyCMethod`, the same as for
Dtype.rst138 See :c:type:`PyCMethod` to get the class that defines the method.
/third_party/python/Misc/NEWS.d/
D3.9.0b1.rst868 PyCMethod_Check() for the new PyCMethod subtype.
/third_party/python/Doc/whatsnew/
D3.9.rst1264 :c:data:`PyCMethod` and :c:data:`METH_METHOD` to allow a method to