MCPcopy 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

10class 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

_fixresultMethod · 0.80
_splitdictFunction · 0.80
trace_removeMethod · 0.80
trace_vdeleteMethod · 0.80
trace_vinfoMethod · 0.80
after_cancelMethod · 0.80
after_infoMethod · 0.80
tk_busy_currentMethod · 0.80
winfo_childrenMethod · 0.80
winfo_interpsMethod · 0.80
bindtagsMethod · 0.80

Calls 1

splitMethod · 0.45

Tested by

no test coverage detected