Home
last modified time | relevance | path

Searched refs:PyCFunctionWithKeywords (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dmethodobject.h19 typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *, typedef
/external/python/cpython2/Objects/
Dmethodobject.c85 return (*(PyCFunctionWithKeywords)meth)(self, arg, kw); in PyCFunction_Call()
/external/python/cpython2/Doc/c-api/
Dstructures.rst178 Methods with these flags must be of type :c:type:`PyCFunctionWithKeywords`.