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

Method splitlines

tools/inspector_protocol/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

_printDiagnosticMethod · 0.45
HasRunMethod · 0.45
cmake_configure_inFunction · 0.45
get_major_minor_patchFunction · 0.45
do_indentFunction · 0.45
__str__Method · 0.45
tokeniterMethod · 0.45
DoMainFunction · 0.45
run_testMethod · 0.45
mainFunction · 0.45
_CopyXIBFileMethod · 0.45
ExecCopyInfoPlistMethod · 0.45

Calls 2

listFunction · 0.50
mapFunction · 0.50

Tested by 3

_printDiagnosticMethod · 0.36
HasRunMethod · 0.36
run_testMethod · 0.36