Lines Matching refs:rest
316 'rest' is an iterator to return the rest
320 Py_ssize_t *first_idx, FieldNameIterator *rest,
334 "rest" iterator */
345 FieldNameIterator_init(rest, str, i, end);
405 FieldNameIterator rest;
408 &index, &rest, auto_number)) {
454 /* iterate over the rest of the field_name */
455 while ((ok = FieldNameIterator_next(&rest, &is_attribute, &index,
706 through, we'll return the rest of the literal, skipping past
1239 returns a tuple of (first, rest): "first", the part before the
1240 first '.' or '['; and "rest", an iterator for the rest of the field