Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c4027 compatible_with_tp_base(PyTypeObject *child) in compatible_with_tp_base() function
4096 while (compatible_with_tp_base(newbase)) in compatible_for_assignment()
4098 while (compatible_with_tp_base(oldbase)) in compatible_for_assignment()