Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c8734 PyTypeObject *defining_type = type; in hackcheck_unlocked() local
8743 defining_type = base; in hackcheck_unlocked()
8749 for (PyTypeObject *base = defining_type; base; base = base->tp_base) { in hackcheck_unlocked()