Searched refs:PyInstanceMethodObject (Results 1 – 2 of 2) sorted by relevance
41 } PyInstanceMethodObject; typedef53 (((PyInstanceMethodObject *)meth) -> func)
442 PyInstanceMethodObject *method; in PyInstanceMethod_New()443 method = PyObject_GC_New(PyInstanceMethodObject, in PyInstanceMethod_New()462 #define IMO_OFF(x) offsetof(PyInstanceMethodObject, x)545 PyInstanceMethodObject *a, *b; in instancemethod_richcompare()555 a = (PyInstanceMethodObject *)self; in instancemethod_richcompare()556 b = (PyInstanceMethodObject *)other; in instancemethod_richcompare()637 sizeof(PyInstanceMethodObject), /* tp_basicsize */