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