Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeobject.c6954 PyTypeObject *type, *subtype, *staticbase; in tp_new_wrapper() local
6992 staticbase = subtype; in tp_new_wrapper()
6993 while (staticbase && (staticbase->tp_new == slot_tp_new)) in tp_new_wrapper()
6994 staticbase = staticbase->tp_base; in tp_new_wrapper()
6997 if (staticbase && staticbase->tp_new != type->tp_new) { in tp_new_wrapper()
7002 staticbase->tp_name); in tp_new_wrapper()