Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c582 static PyTypeObject *best_base(PyObject *);
711 new_base = best_base(new_bases); in type_set_bases()
2007 best_base(PyObject *bases) in best_base() function
2433 base = best_base(bases); in type_new()
2897 base = best_base(bases); in PyType_FromSpecWithBases()
/external/python/cpython2/Objects/
Dtypeobject.c386 static PyTypeObject *best_base(PyObject *);
489 new_base = best_base(value); in type_set_bases()
1725 best_base(PyObject *bases) in best_base() function
2179 base = best_base(bases); in type_new()