Home | History | Annotate | Download | only in Modules

Lines Matching refs:tp_as_sequence

245     if (seq->ob_type->tp_as_sequence == NULL ||

246 (getitemfunc = seq->ob_type->tp_as_sequence->sq_item) == NULL)