Home
last modified time | relevance | path

Searched defs:oldto (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Objects/
Dtypeobject.c3172 compatible_for_assignment(PyTypeObject* oldto, PyTypeObject* newto, char* attr) in compatible_for_assignment()
3211 PyTypeObject *oldto = Py_TYPE(self); in object_set_class() local
/aosp_15_r20/external/python/cpython3/Objects/
Dtypeobject.c4725 compatible_for_assignment(PyTypeObject* oldto, PyTypeObject* newto, const char* attr) in compatible_for_assignment()
4778 PyTypeObject *oldto = Py_TYPE(self); in object_set_class() local