Lines Matching refs:list
1205 free list never reduces its size below 1.
3072 argument list) */
10327 PyObject *list;
10335 list = asciilib_splitlines(
10339 list = ucs1lib_splitlines(
10344 list = ucs2lib_splitlines(
10349 list = ucs4lib_splitlines(
10356 return list;
13168 Return a list of the substrings in the string, using sep as the separator string.
13349 Return a list of the substrings in the string, using sep as the separator string.
13374 Return a list of the lines in the string, breaking at line boundaries.
13376 Line breaks are not included in the resulting list unless keepends is given and
13549 dictionary or list. If this operation raises LookupError, the character is
15753 PyDoc_STRVAR(length_hint_doc, "Private method returning an estimate of len(list(it)).");