Home | History | Annotate | Download | only in stringlib

Lines Matching defs:tuple

982 /* returns a tuple:
1014 PyObject *tuple = NULL;
1045 tuple = PyTuple_Pack(4, literal_str, field_name_str, format_spec_str,
1052 return tuple;
1146 /* returns a tuple:
1182 /* return a tuple of values */
1230 returns a tuple of (first, rest): "first", the part before the
1277 /* return a tuple of values */