Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dtypeobject.c3133 equiv_structs(PyTypeObject *a, PyTypeObject *b) in equiv_structs() function
3189 while (equiv_structs(newbase, newbase->tp_base)) in compatible_for_assignment()
3191 while (equiv_structs(oldbase, oldbase->tp_base)) in compatible_for_assignment()