This is documentation for an old release of NumPy (version 1.6.0). Read this page in the documentation of the latest stable release (version > 1.17).
For each element in a, return a list of the lines in the element, breaking at line boundaries.
Calls str.splitlines element-wise.
Parameters : | a : array_like of str or unicode keepends : bool, optional
|
---|---|
Returns : | out : ndarray
|
See also