Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
stuffsource
Method · 0.45
__init__
Method · 0.45
recall
Method · 0.45
__GetRawExtensionKeys
Method · 0.45
GetExtensionBindings
Method · 0.45
GetKeyBinding
Method · 0.45
GetExtraHelpSourceList
Method · 0.45
get_message_lines
Function · 0.45
_multistatus_bar
Function · 0.45
get_position
Method · 0.45
position_window
Method · 0.45
showtip
Method · 0.45
Calls
2
escape
Method · 0.80
compile
Method · 0.45
Tested by
9
runcase
Method · 0.36
test_set_region
Method · 0.36
report
Method · 0.36
test_dialog_logo
Method · 0.36
test_DirBrowserTreeItem
Method · 0.36
showtip
Method · 0.36
get_shell_line_y_coords
Method · 0.36
do_input
Method · 0.36
test_copy_with_prompts
Method · 0.36