numpy.char.chararray.splitlines#

方法

char.chararray.splitlines(keepends=None)[source]#

对于 self 中的每个元素,返回该元素中行的列表,在行边界处断开。

另请参阅

char.splitlines