Home
last modified time | relevance | path

Searched defs:PyMethodChain (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Include/
Dmethodobject.h73 typedef struct PyMethodChain { struct
75 struct PyMethodChain *link; /* NULL or base type */ argument
76 } PyMethodChain; typedef