Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Ddescrobject.c96 classmethod_get(PyMethodDescrObject *descr, PyObject *obj, PyObject *type) in classmethod_get() function
490 PyObject *bound = classmethod_get(descr, NULL, self); in classmethoddescr_call()
765 (descrgetfunc)classmethod_get, /* tp_descr_get */
/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 */