Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeobject.c6746 PyTypeObject *defining_type = type; in hackcheck() local
6755 defining_type = base; in hackcheck()
6761 for (PyTypeObject *base = defining_type; base; base = base->tp_base) { in hackcheck()