Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ splitlist
Method
splitlist
Lib/test/test_ttk_textonly.py:12–15 ·
view source on GitHub ↗
(self, arg)
Source
from the content-addressed store, hash-verified
10
class
MockTkApp:
11
12
def
splitlist(self, arg):
13
if
isinstance(arg, tuple):
14
return
arg
15
return
arg.split(
':'
)
16
17
def
wantobjects(self):
18
return
True
Callers
15
_fixresult
Method · 0.80
_splitdict
Function · 0.80
trace_remove
Method · 0.80
trace_vdelete
Method · 0.80
trace_vinfo
Method · 0.80
after_cancel
Method · 0.80
after_info
Method · 0.80
tk_busy_current
Method · 0.80
winfo_children
Method · 0.80
winfo_interps
Method · 0.80
winfo_visualsavailable
Method · 0.80
bindtags
Method · 0.80
Calls
1
split
Method · 0.45
Tested by
no test coverage detected