Home | History | Annotate | Download | only in Objects

Lines Matching defs:keepends

3551 "S.splitlines(keepends=False) -> list of strings\n\
3554 Line breaks are not included in the resulting list unless keepends\n\
3560 int keepends = 0;
3562 if (!PyArg_ParseTuple(args, "|i:splitlines", &keepends))
3567 keepends