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

Method rsplit

tools/inspector_protocol/markupsafe/__init__.py:115–116  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

113 split.__doc__ = text_type.split.__doc__
114
115 def rsplit(self, *args, **kwargs):
116 return list(map(self.__class__, text_type.rsplit(self, *args, **kwargs)))
117 rsplit.__doc__ = text_type.rsplit.__doc__
118
119 def splitlines(self, *args, **kwargs):

Callers 9

do_truncateFunction · 0.45
list_templatesMethod · 0.45
visit_TemplateMethod · 0.45
VerifyNoCollidingTargetsFunction · 0.45
_TargetConfigMethod · 0.45
ParseQualifiedTargetFunction · 0.45
_SuffixNameFunction · 0.45

Calls 2

listFunction · 0.50
mapFunction · 0.50

Tested by

no test coverage detected