Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c1750 mro_implementation(PyTypeObject *type) in mro_implementation() function
1849 seq = mro_implementation(self); in type_mro_impl()
1923 mro_result = mro_implementation(type); in mro_invoke()
/external/python/cpython2/Objects/
Dtypeobject.c1572 mro_implementation(PyTypeObject *type) in mro_implementation() function
1650 return mro_implementation(type); in mro_external()
1660 result = mro_implementation(type); in mro_internal()