Searched refs:PyMethodChain (Results 1 – 4 of 4) sorted by relevance
73 typedef struct PyMethodChain { struct75 struct PyMethodChain *link; /* NULL or base type */ argument76 } PyMethodChain; typedef78 PyAPI_FUNC(PyObject *) Py_FindMethodInChain(PyMethodChain *, PyObject *,
319 listmethodchain(PyMethodChain *chain) in listmethodchain()321 PyMethodChain *c; in listmethodchain()352 Py_FindMethodInChain(PyMethodChain *chain, PyObject *self, const char *name) in Py_FindMethodInChain()386 PyMethodChain chain; in Py_FindMethod()
218 PyMethodChain ScrapObj_chain = { ScrapObj_methods, NULL };
122 extern PyMethodChain WinObj_chain;