Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeobject.c4653 compatible_for_assignment(PyTypeObject* oldto, PyTypeObject* newto, const char* attr) in compatible_for_assignment()
4700 PyTypeObject *oldto = Py_TYPE(self); in object_set_class() local