Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Ddescrobject.c107 classmethod_get(PyMethodDescrObject *descr, PyObject *obj, PyObject *type) in classmethod_get() function
509 PyObject *bound = classmethod_get(descr, NULL, self); in classmethoddescr_call()
783 (descrgetfunc)classmethod_get, /* tp_descr_get */
/aosp_15_r20/external/python/cpython2/Objects/
Ddescrobject.c81 classmethod_get(PyMethodDescrObject *descr, PyObject *obj, PyObject *type) in classmethod_get() function
494 (descrgetfunc)classmethod_get, /* tp_descr_get */