Home | History | Annotate | Download | only in Objects

Lines Matching defs:keepends

2681 "B.splitlines(keepends=False) -> list of lines\n\
2684 Line breaks are not included in the resulting list unless keepends\n\
2690 int keepends = 0;
2692 if (!PyArg_ParseTuple(args, "|i:splitlines", &keepends))
2697 PyByteArray_GET_SIZE(self), keepends