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

Method partition

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

Source from the content-addressed store, hash-verified

183 # new in python 2.5
184 if hasattr(text_type, 'partition'):
185 def partition(self, sep):
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))))

Callers 3

ProcessConfigOverridesFunction · 0.45
ParseTargetFunction · 0.45

Calls 2

escapeMethod · 0.95
mapFunction · 0.50

Tested by 1