-
chararray.splitlines(keepends=None)
[source] -
For each element in
self
, return a list of the lines in the element, breaking at line boundaries.See also
char.splitlines
chararray.splitlines()
2017-01-10 18:07:59
chararray.splitlines(keepends=None)
[source]
For each element in self
, return a list of the lines in the element, breaking at line boundaries.
See also
char.splitlines
Please login to continue.