Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c3880 compatible_for_assignment(PyTypeObject* oldto, PyTypeObject* newto, const char* attr) in compatible_for_assignment()
3927 PyTypeObject *oldto = Py_TYPE(self); in object_set_class() local
/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