Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dclassobject.h41 } PyInstanceMethodObject; typedef
53 (((PyInstanceMethodObject *)meth) -> func)
/external/python/cpython3/Objects/
Dclassobject.c442 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 */