HomeSort by relevance Sort by last modified time
    Searched refs:PyInstanceMethodObject (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Include/
classobject.h 40 } PyInstanceMethodObject;
52 (((PyInstanceMethodObject *)meth) -> func)
  /external/python/cpython3/Objects/
classobject.c 413 PyInstanceMethodObject *method;
414 method = PyObject_GC_New(PyInstanceMethodObject,
433 #define IMO_OFF(x) offsetof(PyInstanceMethodObject, x)
516 PyInstanceMethodObject *a, *b;
526 a = (PyInstanceMethodObject *)self;
527 b = (PyInstanceMethodObject *)other;
611 sizeof(PyInstanceMethodObject), /* tp_basicsize */

Completed in 512 milliseconds