Home | History | Annotate | Download | only in Objects

Lines Matching refs:tp_as_mapping

142     m = o->ob_type->tp_as_mapping;

171 m = o->ob_type->tp_as_mapping;
203 m = o->ob_type->tp_as_mapping;
2017 } else if ((mp = s->ob_type->tp_as_mapping) && mp->mp_subscript) {
2109 } else if ((mp = s->ob_type->tp_as_mapping) && mp->mp_ass_subscript) {
2415 return o && o->ob_type->tp_as_mapping &&
2416 o->ob_type->tp_as_mapping->mp_subscript &&
2431 m = o->ob_type->tp_as_mapping;