MCPcopy Index your code
hub / github.com/nodejs/node / splitlines

Method splitlines

deps/v8/third_party/markupsafe/__init__.py:119–120  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

117 rsplit.__doc__ = text_type.rsplit.__doc__
118
119 def splitlines(self, *args, **kwargs):
120 return list(map(self.__class__, text_type.splitlines(self, *args, **kwargs)))
121 splitlines.__doc__ = text_type.splitlines.__doc__
122
123 def unescape(self):

Callers 15

preprocessFunction · 0.45
CountMatchingFilesFunction · 0.45
allocation_strFunction · 0.45
populate_childrenMethod · 0.45
trace_beginFunction · 0.45
do_helpMethod · 0.45
GetTagsMethod · 0.45
DeleteBranchMethod · 0.45
SetVersionMethod · 0.45

Calls 2

listFunction · 0.50
mapFunction · 0.50

Tested by 9

_get_commitsMethod · 0.36
testCanDescribeCommitMethod · 0.36
clean_up_feature_flagsFunction · 0.36
diff_funMethod · 0.36
_list_test_filenamesMethod · 0.36
_list_test_filenamesMethod · 0.36
_list_test_filenamesMethod · 0.36