Home
last modified time | relevance | path

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

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