Searched defs:PyMethodChain (Results 1 – 2 of 2) sorted by relevance
73 typedef struct PyMethodChain { struct75 struct PyMethodChain *link; /* NULL or base type */ argument76 } PyMethodChain; typedef