Home
last modified time | relevance | path

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

/third_party/python/Objects/
Ddescrobject.c90 classmethod_get(PyMethodDescrObject *descr, PyObject *obj, PyObject *type) in classmethod_get() function
488 PyObject *bound = classmethod_get(descr, NULL, self); in classmethoddescr_call()
763 (descrgetfunc)classmethod_get, /* tp_descr_get */