MCPcopy Index your code
hub / github.com/python/cpython / splitlines

Method splitlines

Lib/collections/__init__.py:1628–1629  ·  view source on GitHub ↗
(self, keepends=False)

Source from the content-addressed store, hash-verified

1626 return self.data.rsplit(sep, maxsplit)
1627
1628 def splitlines(self, keepends=False):
1629 return self.data.splitlines(keepends)
1630
1631 def startswith(self, prefix, start=0, end=_sys.maxsize):
1632 return self.data.startswith(prefix, start, end)

Callers 15

mainFunction · 0.45
mainFunction · 0.45
write_documentsMethod · 0.45
runMethod · 0.45
get_header_version_infoFunction · 0.45
runMethod · 0.45
read_refcount_dataFunction · 0.45
read_threadsafety_dataFunction · 0.45
android_envFunction · 0.45
setup_ciFunction · 0.45
list_devicesFunction · 0.45

Calls

no outgoing calls

Tested by 8

_find_linenoMethod · 0.36
output_differenceMethod · 0.36
test_set_regionMethod · 0.36
test_run_showMethod · 0.36
test_shell_showMethod · 0.36
test_get_line_infoMethod · 0.36