MCPcopy Index your code
hub / github.com/python/cpython / split

Method split

Lib/importlib/metadata/_text.py:97–99  ·  view source on GitHub ↗
(self, splitter=' ', maxsplit=0)

Source from the content-addressed store, hash-verified

95 return self.lower().index(sub.lower())
96
97 def split(self, splitter=' ', maxsplit=0):
98 pattern = re.compile(re.escape(splitter), re.I)
99 return pattern.split(self, maxsplit)

Callers 15

stuffsourceMethod · 0.45
__init__Method · 0.45
recallMethod · 0.45
__GetRawExtensionKeysMethod · 0.45
GetExtensionBindingsMethod · 0.45
GetKeyBindingMethod · 0.45
get_message_linesFunction · 0.45
_multistatus_barFunction · 0.45
get_positionMethod · 0.45
position_windowMethod · 0.45
showtipMethod · 0.45

Calls 2

escapeMethod · 0.80
compileMethod · 0.45

Tested by 9

runcaseMethod · 0.36
test_set_regionMethod · 0.36
reportMethod · 0.36
test_dialog_logoMethod · 0.36
showtipMethod · 0.36
do_inputMethod · 0.36