Home | History | Annotate | Download | only in Objects

Lines Matching refs:base_i

2010     PyTypeObject *base, *winner, *candidate, *base_i;
2026 base_i = (PyTypeObject *)base_proto;
2027 if (base_i->tp_dict == NULL) {
2028 if (PyType_Ready(base_i) < 0)
2031 if (!PyType_HasFeature(base_i, Py_TPFLAGS_BASETYPE)) {
2034 base_i->tp_name);
2037 candidate = solid_base(base_i);
2040 base = base_i;
2046 base = base_i;