MCPcopy Create free account
hub / github.com/nodejs/node / rpartition

Method rpartition

tools/inspector_protocol/markupsafe/__init__.py:188–190  ·  view source on GitHub ↗
(self, sep)

Source from the content-addressed store, hash-verified

186 return tuple(map(self.__class__,
187 text_type.partition(self, self.escape(sep))))
188 def rpartition(self, sep):
189 return tuple(map(self.__class__,
190 text_type.rpartition(self, self.escape(sep))))
191
192 # new in python 2.6
193 if hasattr(text_type, 'format'):

Callers 2

_version_splitFunction · 0.45
parse_sdist_filenameFunction · 0.45

Calls 2

escapeMethod · 0.95
mapFunction · 0.50

Tested by

no test coverage detected