Home | History | Annotate | Download | only in Objects

Lines Matching refs:tp_as_sequence

1582     else if (v->ob_type->tp_as_sequence != NULL &&

1583 v->ob_type->tp_as_sequence->sq_length != NULL)
1584 res = (*v->ob_type->tp_as_sequence->sq_length)(v);
2027 0, /*tp_as_sequence*/
2058 0, /*tp_as_sequence*/