Searched defs:oldto (Results 1 – 2 of 2) sorted by relevance
3880 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
3172 compatible_for_assignment(PyTypeObject* oldto, PyTypeObject* newto, char* attr) in compatible_for_assignment()3211 PyTypeObject *oldto = Py_TYPE(self); in object_set_class() local