Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dclassobject.c16 #define TP_DESCR_GET(t) \ macro
268 f = TP_DESCR_GET(v->ob_type); in class_getattr()
759 f = TP_DESCR_GET(v->ob_type); in instance_getattr2()
2336 descrgetfunc f = TP_DESCR_GET(descr->ob_type); in instancemethod_getattro()