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

  /external/python/cpython3/Include/
classobject.h 51 #define PyInstanceMethod_GET_FUNCTION(meth) \
  /external/python/cpython3/Objects/
classobject.c 422 return PyInstanceMethod_GET_FUNCTION(im);
442 return PyObject_GetAttr(PyInstanceMethod_GET_FUNCTION(self), docstr);
472 return PyObject_GetAttr(PyInstanceMethod_GET_FUNCTION(self), name);
478 Py_DECREF(PyInstanceMethod_GET_FUNCTION(self));
484 Py_VISIT(PyInstanceMethod_GET_FUNCTION(self));
496 PyObject *func = PyInstanceMethod_GET_FUNCTION(descr);
564 y = PyObject_Hash(PyInstanceMethod_GET_FUNCTION(self));

Completed in 850 milliseconds