MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / splitlines

Method splitlines

site-packages/numpy/core/defchararray.py:2510–2520  ·  view source on GitHub ↗

For each element in `self`, return a list of the lines in the element, breaking at line boundaries. See also -------- char.splitlines

(self, keepends=None)

Source from the content-addressed store, hash-verified

2508 return split(self, sep, maxsplit)
2509
2510 def splitlines(self, keepends=None):
2511 """
2512 For each element in `self`, return a list of the lines in the
2513 element, breaking at line boundaries.
2514
2515 See also
2516 --------
2517 char.splitlines
2518
2519 """
2520 return splitlines(self, keepends)
2521
2522 def startswith(self, prefix, start=0, end=None):
2523 """

Callers 15

_lsb_release_infoMethod · 0.80
_uname_infoMethod · 0.80
runTestsMethod · 0.80
iter_linesMethod · 0.80
yield_linesFunction · 0.80
__init__Method · 0.80
shared_locationsMethod · 0.80
parse_requires_dataMethod · 0.80
_get_metadataMethod · 0.80
formatMethod · 0.80
search_packages_infoFunction · 0.80
preprocessFunction · 0.80

Calls 1

splitlinesFunction · 0.70

Tested by 14

test_Type1FontFunction · 0.64
test_rec2txt_basicFunction · 0.64
test_info_wideMethod · 0.64
test_schemaMethod · 0.64
test_schemaMethod · 0.64