Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c3851 same_slots_added(PyTypeObject *a, PyTypeObject *b) in same_slots_added() function
3911 !same_slots_added(newbase, oldbase))) { in compatible_for_assignment()
/external/python/cpython2/Objects/
Dtypeobject.c3147 same_slots_added(PyTypeObject *a, PyTypeObject *b) in same_slots_added() function
3195 !same_slots_added(newbase, oldbase))) { in compatible_for_assignment()