Home
last modified time | relevance | path

Searched refs:mm_class (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
Dmethodobject.h21 ((PyCMethodObject *)func) -> mm_class : NULL)
34 PyTypeObject *mm_class; /* Class that defines this method */ member
/third_party/python/Objects/
Dmethodobject.c92 om->mm_class = cls; in PyCMethod_New()