Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dmethodobject.h26 PyObject *m_self; /* Passed as 'self' arg to the C func, can be NULL */ member
/external/python/cpython2/Include/
Dmethodobject.h84 PyObject *m_self; /* Passed as 'self' arg to the C func, can be NULL */ member